Unable to find file [file guid] in /tmp/uploadertemp

Last post 10-11-2013, 7:05 PM by barnameha. 11 replies.
Sort Posts: Previous Next
  •  10-05-2013, 9:12 PM 78050

    Unable to find file [file guid] in /tmp/uploadertemp

    hi,script worked on wamp for me on my pc but when upload it on host and tested it for uploade a file i recived this error alert :

    Unable to find file 3cb10327-6229-7624-8e9d-b4d3065b6bc8 in /tmp/uploadertemp

     

    i checked /tmp folder and i seen uploadertemp not created on host.

    i created manuale and try again checked but i recieved that alert again.

    how can slove this problem

     

    note : i am sure files_upload in ON on config server. and tmp folder permission was 755.

  •  10-06-2013, 9:33 PM 78051 in reply to 78050

    Re: Unable to find file [file guid] in /tmp/uploadertemp

    I am waiting for answer yet.

    please help me to slove my problem 

  •  10-07-2013, 8:10 AM 78055 in reply to 78051

    Re: Unable to find file [file guid] in /tmp/uploadertemp

    Hi barnameha,

     

    1. If only got this problem with large file, then please check http://phpfileuploader.com/FAQ.html#16 "php.ini settings" and "How do I handle a large file upload?" sections, and ensure that your php large file upload settings are correct.

     

    2. Please check the php setting "upload_tmp_dir", ensure that you have set value for this setting and your site has the write/read permission  of the folder you set for this setting.

     

    Regards,

     

    Ken 

  •  10-08-2013, 6:57 AM 78069 in reply to 78055

    Re: Unable to find file [file guid] in /tmp/uploadertemp

     hi.

    RE : if allow, please change the “upload_tmp_dir” setting to a location which your site has the write/read permission
    i answred to later answer, 755 means write/read permission?!!! if not what is read/write permission number?

    Thanks for answering .

     

     

     


    hi

    1-my selected file for upload on host is only  3 kb (1.png) for example  and i am sure codes not problem becase worked on my wamp on my pc.

    2- i checked settings on host by these code :

    1. <?php  
    2. echo"upload_tmp_dir:".ini_get("upload_tmp_dir")."<br>";  
    3. echo"file_uploadsstate:".ini_get("file_uploads")."<br>";  
    4. echo"upload_max_filesize:".ini_get("upload_max_filesize")."<br>";  
    5. echo"max_input_time:".ini_get("max_input_time")."<br>";  
    6. echo"memory_limit:".ini_get("memory_limit")."<br>";  
    7. echo"max_execution_time:".ini_get("max_execution_time")."<br>";  
    8. echo"post_max_size:".ini_get("post_max_size")."<br>";  
    9. echo"<hr>";  
    10. echo"phpinfo:<br>";  
    11. echophpinfo();  
    12. ?>  


    and you can see result in this link :
    http://video.barnameha.net/1.php


    3- i checked permission folder of /tmp (means same returend upload_tmp_dir path) and default was  755 .
    755 means is allowed ?!!! (i don't know)

    4- phpinfo returned empty result on host ( i think for security disbaled from server) .

    5- i am waiting for your answer , please help me .thanks

     

     

     Your answer :

    Hi,

    If allow, please change the “upload_tmp_dir” setting to a location which your site has the write/read permission.

    Also, you can try set the TempDirectory for the uploader control and try again.

    $uploader->TempDirectory="/myTemp";

    $uploader->TempDirectory="D:/phpuploader/test/";

    Thanks for asking,

    Ken

     

    Filed under:
  •  10-08-2013, 1:24 PM 78073 in reply to 78069

    Re: Unable to find file [file guid] in /tmp/uploadertemp

    Hi,

    I suggest you create a folder under your site root, and set it for “upload_tmp_dir” andTempDirectory” both to try again.

     

    Regards,

     

    Ken 

  •  10-08-2013, 3:02 PM 78074 in reply to 78073

    Re: Unable to find file [file guid] in /tmp/uploadertemp

    Hi,

    I created for example mytemp folder in root of my site and added this code to uploader php code :

     

    $uploader->TempDirectory="/mytemp"; 

     

    and set permission just like this  and tested and tested by 777 again  :

     

     but after upload clicked i recived these errors ( i select "watermark.png" for upload) :

    Server side exception, failed to upload watermark.png

    Debug Information:move_uploaded_file(): Unable to move '/tmp/phpLYKbsg' to '/mytemp/uploading.79c6de73-20f7-95c4-96f3-067d91702e2c.watermark.png.resx' , failed to move /tmp/phpLYKbsg to /mytemp/uploading.79c6de73-20f7-95c4-96f3-067d91702e2c.watermark.png.resx' , at /path of phpuploader folder /include_phpuploader.php line 1215

    and in next trying i recived these errors : 

    Unable to find file 6bebef11-129a-2e69-0b7a-c79f8f4fdb15 in /mytemp

    or

    html5 : The upload task is interrupted!  

     

     

  •  10-09-2013, 1:23 PM 78082 in reply to 78069

    Re: Unable to find file [file guid] in /tmp/uploadertemp

    Hi,

     

    Can you try the full path of your php server like /home/devproje/public_html/site/temp for both the upload_tmp_dir and TempDirectory?

     

    By the way, did you saw the temp file in the mytemp folder?

     

    Regards,

     

    Ken 

  •  10-10-2013, 12:48 AM 78086 in reply to 78082

    Re: Unable to find file [file guid] in /tmp/uploadertemp

    i am tired and now i recieved expire license and i can not used this script yet :( .

    how can try use of script to can slove my probelm :( ?!!!

    all of my time used for learn for can slove this problem :(. 

     

    and

     

    my menas of root of my site was same root of my host in [top topic] :

     

     I created for example mytemp folder in root of my site (my means was root of my host ) ...

     

     

     

  •  10-10-2013, 12:23 PM 78090 in reply to 78086

    Re: Unable to find file [file guid] in /tmp/uploadertemp

    Hi barnameha,

     

    Please post your email address here, I will send the new trial license to you. Also, you can send mail to Kenneth@CuteSoft.net directly.

     

    Regards,

     

    ken 

  •  10-10-2013, 8:31 PM 78100 in reply to 78090

    Re: Unable to find file [file guid] in /tmp/uploadertemp

    barnameha.net@gmail.com

    and

    i answered to last question in old top topic .

    i am waiting .

     

    i downloaded bottom script and  uploaded without any config on my host and worked succiffuly in a minute without any problem and upload worked easy. but why phpuploader not worked for me on host ?

     

    http://blueimp.github.io/jQuery-File-Upload/index.html

  •  10-11-2013, 1:29 PM 78108 in reply to 78100

    Re: Unable to find file [file guid] in /tmp/uploadertemp

    Hi barnameha,

     

    We did not use the same way to achieve the upload function. The php uploader needs to provide the more powerful functions, so it needs more permission too.

     

    Regards,

     

    Ken 

  •  10-11-2013, 7:05 PM 78113 in reply to 78108

    Re: Unable to find file [file guid] in /tmp/uploadertemp

    Hi.

    i am waiting yet for receveid new license and answer of 78086 topic here. 

     

View as RSS news feed in XML