Uploading Error in some files

Last post 11-18-2012, 12:14 PM by mtimmons. 10 replies.
Sort Posts: Previous Next
  •  06-21-2012, 11:38 AM 73961

    Uploading Error in some files

    I'm usng php file uploader and I'm having a problems... concretly, this errors:
     
    "Server side exception, failed to upload Maid with the Flaxen Hair.mp3
    Debug Information:
    (1) tmp_name is not available for Maid with the Flaxen Hair.mp3"
     
    It happen beacuse the name contains spaces(' ')in the name, I think.
     
    "Server side exception, failed to upload Kalimba.mp3
    Debug Information:
    Php No Request Files"
     
    This other error happen with a lot of files... but i don't know why...
    Please say that can do it and if i can solve the problem with the spaces. Thanks
  •  06-22-2012, 4:04 AM 73969 in reply to 73961

    Re: Uploading Error in some files

    Hi , i have been testing my php file uploader. The first error dont happen by the spaces, like the second I dont know why... I dont understant how it can uploading some files and another one it can uploaded it....
  •  06-22-2012, 7:33 AM 73972 in reply to 73961

    Re: Uploading Error in some files

    Hi Vizzent,
     
    1.  tmp_name is not available
     
    Please check your php settings(php.ini), ensure that you have set setting "upload_tmp_dir". If this setting has been disable or has a empty value, then set a path for it.
     
    2. Php No Request Files
     
    The setting 1 should fix this issue too.
     
    Regards,
     
    Ken 
  •  06-25-2012, 4:28 AM 73992 in reply to 73972

    Re: Uploading Error in some files

    I checked the php.ini and this isn't the problem. I save the files at a tmp directory. It works sometimes, and it sometimes doesn't work. I need repair it soon, please help me. Thanks for the answer.
  •  06-25-2012, 6:17 AM 73998 in reply to 73992

    Re: Uploading Error in some files

    Can you show me the setting value of "upload_tmp_dir"?
     
    Regards,
     
    Ken 
  •  06-25-2012, 12:25 PM 74003 in reply to 73998

    Re: Uploading Error in some files

    The value is "/var/www/vhosts/weberos.es/httpdocs/tmp/" and the directory where i save the file, are  "/var/www/vhosts/weberos.es/httpdocs/tmp/upload" and "/var/www/vhosts/weberos.es/httpdocs/tmp/photos". I wait answer, thanks.
  •  06-26-2012, 12:19 PM 74016 in reply to 74003

    Re: Uploading Error in some files

    Hi Vizzent,
     
    Can you send me your uploader page url and show me the full steps to reproduce this issue? I will check it and get back to you as soon as possible.
     
    You can send it to Kenneth@CuteSoft.net
     
    By the way, does it happens with special file/size/extension? 
     
    Regards,
     
    Ken 
  •  11-13-2012, 10:43 AM 75240 in reply to 74016

    Re: Uploading Error in some files

    hello,

    I am also having this issue. I am trying to upload a VERY large (4gb) file... It works up to about 2gb or so. But on larger files it fails with that error.

     

    my php.ini is set to allow it to be large.. thoughts?

     

     

  •  11-13-2012, 9:01 PM 75245 in reply to 75240

    Re: Uploading Error in some files

    I am curious if there is some other limitation here. I was able to upload anything under 2gb.. over that and I got that error.

    My php.ini has these parameters set:

    upload_tmp_dir = /var/uploadtemp/
    upload_max_filesize = 10000M
    post_max_size = 10000M
    memory_limit = 256M

     

    My ajax_multiplefiles.php:

    $uploader->MaxSizeKB=10240000; 

  •  11-14-2012, 6:43 AM 75252 in reply to 75245

    Re: Uploading Error in some files

    Hi mtimmons,

     

    Php uploader is designed to work with up to 2GB files. The reason for the limit is simple - current browsers does not support upload of bigger files than 2GB over internet and IIS also accepts only 2GB files. 

     

    Regards,

     

    Ken

  •  11-18-2012, 12:14 PM 75279 in reply to 75252

    Re: Uploading Error in some files

    ha. understandable. thank you.
View as RSS news feed in XML