PDA

View Full Version : PHP max upload limit!!!


issamneo
01-11-2007, 04:01 PM
hi all;
i'm using easyphp 1.7; i want to make upload,
i change many things.
i make the following changes in php.ini:
max_execution_time=30000
pfpro.defaulttimeout=30000
post_max_size=80M
memory_limit=80M
MAX_POST_SIZE=120M

and i make the following changes in the upload.php file:
name="MAX_FILE_SIZE" value="125829120"


PLs any help can anyone told me why i can't upload big files ( i have a huge bandwidth 2Mbps). and why the" Fatal error:max execution time of 30000 seconds.." appear after 9-15 minutes. but the most important things is that video of more than 8 Mo doesn't want to load

smartie_on_computer
01-11-2007, 08:36 PM
in the php.ini change 'MAX_POST_SIZE' or some thing similar :rolleyes:

issamneo
01-12-2007, 09:27 AM
i forget to metnion that i have change this too to 120M so what to do now;
otherwise when i connect to the server with active desktop, then i open the website from it i can upload files of 24 M

issamneo
01-18-2007, 10:32 AM
the answer is :
we have to change this : max_input_time