Jump to content

Upload large files


nimimi

Recommended Posts

am trying to upload movie files of about 50m to my website

 

this is my php ini file ---  http://www.archiform3d.com/php_info.php

upload_max_filesize 100M 100M

max_execution_time 200 200

max_input_time         200 200

memory_limit         256M 256M

 

i still get errors when i upload anything above 2m .Less than 2m works fine .

 

what it a max upload size can HTTP handle or how does  you tube do it ?

is it possible  to set those values using .htaccess file

any help with that or what am i doing wrong

Thanks 

Link to comment
https://forums.phpfreaks.com/topic/94612-upload-large-files/
Share on other sites

ok the file uploads and print out the following details but cant be moved dont know what am doing wrong :-\

 

ive even cahnged my session.gc_maxlifetime  to 10800  (  http://www.archiform3d.com/php_info.php  )

 

Client Filename:  archiform3d-animation-coconut-grove.mov

File Type: video/quicktime

File Size: 7922.1484375 Kb

Name of Temporary File: /tmp/phpNzeVaZ

 

 

Warning: move_uploaded_file(/tmp/phpNzeVaZ): failed to open stream: No such file or directory in /hsphere/local/home/archifor/archiform3d.com/upload.php on line 132 Warning: move_uploaded_file(): Unable to move '/tmp/phpNzeVaZ' to 'archif_video/32.mov' in /hsphere/local/home/archifor/archiform3d.com/upload.php on line 132

Link to comment
https://forums.phpfreaks.com/topic/94612-upload-large-files/#findComment-484669
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.