No size limitation by the plugin.
1- Ckeck you have enough space in destination folder
2- Ckeck the size set in your wordpress option “Max upload file size:”
3- In your php.ini check these options:
max_execution_time = 120
upload_max_filesize = 400M
try to increase these options.
Don’t forget to restart your apache server after any modifications of php.ini
Hy i have the same problem and i set my php.ini to:
max_execution_time = 120 ; Maximum execution time of each script, in
seconds
max_input_time = 600 ; Maximum amount of time each script may spend
parsing request data
memory_limit = 400M ; Maximum amount of memory a script may consume
(16MB)
… but still nothing. anny help? Thanx!
Can you upload a very small file ?
What is the size of the file you try to upload ?
What is the value of “upload_max_filesize=” in your php.ini ?
This is my configuration:
max_execution_time = 120 ; Maximum execution time of each script, in
seconds
; Maximum size of POST data that PHP will accept.
post_max_size = 20M
; Maximum allowed size for uploaded files.
upload_max_filesize = 20M
Thanx!!
yes i can upload filesize max 2mb an i would like to upload mp3- to radio
http://www.slo-underground.org
Thanx!
my fiend fixed problem.
[root@firegate init.d]# php -i | grep -i upload
file_uploads => On => On
max_file_uploads => 20 => 20
upload_max_filesize => 20M => 20M
upload_tmp_dir => no value => no value
[root@firegate init.d]#
this says u all. Thanx agen!