Error: unable to find file in /tmp/uplodertemp

Last post 08-13-2010, 2:56 PM by Eric. 7 replies.
Sort Posts: Previous Next
  •  10-15-2009, 6:04 AM 56413

    Error: unable to find file in /tmp/uplodertemp

    Hi,
     
    Some times i am getting error while uploading files not always. It is saying unable to find file in /tmp/uploadertemp. Please se following screenshot.

     
    Waiting for your reply!
    Suneel
  •  10-17-2009, 10:02 PM 56457 in reply to 56413

    Re: Error: unable to find file in /tmp/uplodertemp

    Suneel,
     
    That because the server failed to move the file to the new filename.
     
    But the error is not able to be catched, otherwise the script should report another error.
     
    We need do more tests on this condition and get back to you ASAP.
     
    Regards,
    Terry
  •  10-20-2009, 1:16 AM 56508 in reply to 56457

    Re: Error: unable to find file in /tmp/uplodertemp

    Hi Terry,
     
    Have you found any solution for this issue. Its very important for me.
     
    Regards,
    Ram 
  •  10-20-2009, 10:47 AM 56515 in reply to 56508

    Re: Error: unable to find file in /tmp/uplodertemp

    Ram,
     
    Is it possible to provide a FTP account so I can test your server directly ?
     
    So I can fix your issue in a very efficiency way, and save us time.
     
    Because we currently are not able to reproduce these kinds error.
     
    may mail is [email protected]
     
    Regards,
    Terry
  •  10-20-2009, 12:03 PM 56521 in reply to 56515

    Re: Error: unable to find file in /tmp/uplodertemp

    Terry,
     
    Thanks for you support. Its problem with our server. its fixed now. Now we left with https issue only(http://cutesoft.net/forums/thread/56444.aspx). If you can help on fixing this it would be great for us.
     
    Regards,
    Ram 
  •  10-20-2009, 4:06 PM 56532 in reply to 56521

    Re: Error: unable to find file in /tmp/uplodertemp

    Ram,
     
    Glad to know you resolved this issue. We are checking http://cutesoft.net/forums/thread/56444.aspx now.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  08-13-2010, 11:22 AM 63384 in reply to 56521

    Re: Error: unable to find file in /tmp/uplodertemp

    Hi,
     
    I also got this error, not always. Please give me your solution to solve this.
  •  08-13-2010, 2:56 PM 63386 in reply to 63384

    Re: Error: unable to find file in /tmp/uplodertemp

    You can set another temporary directory and try it again:
     <?php
       $uploader=new PhpUploader();
       
       $uploader->MultipleFilesUpload=false;
       $uploader->InsertText="Upload File";
       $uploader->AllowedFileExtensions="jpeg,jpg,gif,png,zip";
       $uploader->TempDirectory="tempdir";
       //Where'd the files go?
       //$uploader->SaveDirectory="/myfolder";
       
       $uploader->Render();
      ?> 
     
    Regards,
    Eric
View as RSS news feed in XML