Uploading large files error
Hi guy anyone got any ideas im trying to upload a 7.98mb mpeg file when uploading the screen goes blank, but when i check the video is there and only part converted to .flv but when checking the video folder the file is there and the correct size.
Im Stuck Help
Won't accept files larger than 100 megs
Hello:
Any time I try to upload a file that's larget than 100 megs, I get the following:
Temporary File Name :
File Size :0
File Type :
File Name :3scompany_pilot2.flv
The file you are trying to upload is too big.
[this file is 153 Mb, by the way]
The following are my relevant PHP settings:
max_execution_time 36000
max_input_time 60000
memory_limit 48M
post_max_size 508M
upload_max_filesize 500M
http://www.OTube.ca/phpinfo.php
Thanks for any ideas you might have.
Problem seems to be in the upload form
OK, I have the following PHP settings on OTube.ca
Code:
file_uploads On
max_execution_time 70000
max_input_time 60000
memory_limit 256M
upload_max_filesize 500M
post_max_size 508M
It's a dedicated box with two gigs of ram and a dual core processor. I have maybe 300 gigs a month going out in traffic - not very heavy hit for the setup.
I tried to upload a 140 Mb file (smaller than the memory that I was allowing it) and got the following error that indicates that the maximum file size is a setting in the upload form, rather than in php:
Code:
Temporary File Name :
File Size :0
File Type :
File Name :LifeOfRileyTV_1949-10-04_Tonsils_star-JackieGleason.flv
[ERROR: 2] The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.
Not a complaint, just calling it to your attention. Appreciate the work you're doing.