Server side "tmp_name" error

  •  01-17-2010, 3:19 PM

    Server side "tmp_name" error

     
     Product works great for me with smaller files but when I try larger ones (~ 4MB) I get the following error:
    Server side exception : failed to upload P1000065.JPG

    Debug Information:

    (2) tmp_name is not available for P1000065.JPG
     
    My php.ini settings (as per http://phpfileuploader.com/FAQ.html#16) are as follows:
    • file_uploads = on
    • upload_max_filesize = 5000M
    • max_input_time = 60
    • memory_limit = 64M
    • max_execution_time = 30
    • post_max_size = 5000M
     
View Complete Thread