Unable to fine file in tmp/uploadertemp folder

Last post 08-15-2010, 8:22 PM by cutechat. 2 replies.
Sort Posts: Previous Next
  •  08-13-2010, 10:55 AM 63383

    Unable to fine file in tmp/uploadertemp folder

    Hi i am getting this error randomly when uploading multiple or single image it says unable to find file "XXXXXXXXX" in /tmp/uploadertemp/ Thanks in advance
  •  08-13-2010, 3:20 PM 63388 in reply to 63383

    Re: Unable to fine file in tmp/uploadertemp folder

    Please try the following code and set a different temporary directory, please grant "everyone" full permission:
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head2" runat="server"></head>
    <body>
        <form id="form2" runat="server">    
              <CuteWebUI:Uploader id="Uploader1" TempDirectory="~/tempdir" runat="server"></CuteWebUI:Uploader>
        </form>
    </body>
    </html>
    Does it work fine?
     
    Regards,
    Eric
  •  08-15-2010, 8:22 PM 63405 in reply to 63383

    Re: Unable to fine file in tmp/uploadertemp folder

    Hi,
     
    Are you using PHP uploader ?
     
    Uploader for ASP.NET shall run in the windows, and have no such path '/tmp/uploadertemp/'
     
    Regards,
    Terry
     
View as RSS news feed in XML