PDA

View Full Version : 6 MB flv file could not to be uploaded!



saidbakr
04-10-2008, 06:31 PM
Hello,

In my website azzazianesthesia.com I use FCK Editor as text area replacement. I use its file manager inorder to obtain and upload files to articles. Everything is going well on the local machine. While on the host uploading some large files using such manager is failed. For instance, it is flv video file of size 6 MB.

I set the custom php.ini with :-
max_execution_time = 3600
max_input_time = 3600
memory_limit = 32M
upload_max_filesize = 20M
post_max_size = 30M

However, the application could not able to upload the file!

Is there any help?

Best Regards,
Said Bakr.

r2b2
04-10-2008, 07:49 PM
Are you running with FastCGI? If not, the php.ini file needs to be propogated out to all the directories that use PHP.

If you are using FastCGI, you need to make sure that you've updated the main one (which is the one under public_html I believe)

saidbakr
04-11-2008, 10:21 AM
Yes I noticed that too, I have to propagate the php.ini for every directory has a php file needs these configuration.

Thank you!