am trying to upload movie files of about 50m to my website
this is my php ini file settings ---
upload_max_filesize 100M 100M
max_execution_time 200 200
max_input_time 200 200
memory_limit 256M 256M
session.gc_maxlifetime 10800 10800
the file uploads with no problem to the temp file as follows
Client Filename: archiform3d-animation-coconut-grove.mov
File Type: video/quicktime
File Size: 7922.1484375 Kb
Name of Temporary File: /tmp/phpNzeVaZ
i just cant move it from the temp folder been trying all day
and get this warning
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
where am i going wrong???
thank you
this is my php ini file settings ---
upload_max_filesize 100M 100M
max_execution_time 200 200
max_input_time 200 200
memory_limit 256M 256M
session.gc_maxlifetime 10800 10800
the file uploads with no problem to the temp file as follows
Client Filename: archiform3d-animation-coconut-grove.mov
File Type: video/quicktime
File Size: 7922.1484375 Kb
Name of Temporary File: /tmp/phpNzeVaZ
i just cant move it from the temp folder been trying all day
and get this warning
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
where am i going wrong???
thank you