WPIntell

Source evidence

[Plugin: Upload Widget] Max File Size ?

Upload Widget · support · 2010-10-05T17:16:00+00:00

complaintsentiment
mediumseverity
0.93relevance
6replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 30 rows with source links

6.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
bravo66t unresolved
Love the widget!!! We just started using it and it works very well with smaller files. However when we try with larger files (tried 150 MB and 212 MB) it appears that it runs for awhile (till Chrome upload reads 100%) then the screen flashes and the “Upload Complete” message doesn’t appear. And, when I check for the file in the directory it doesn’t exist. Any recommendations? -B http://wordpress.org/extend/plugins/upload-widget/ 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!

Comments

6 shown
monpelaud 2010-10-06T19:45:00+00:00

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

mcsaban 2011-05-17T16:01:00+00:00

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!

monpelaud 2011-05-17T19:23:00+00:00

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 ?

mcsaban 2011-05-17T23:02:00+00:00

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!!

mcsaban 2011-05-18T01:00:00+00:00

yes i can upload filesize max 2mb an i would like to upload mp3- to radio http://www.slo-underground.org Thanx!

mcsaban 2011-05-18T02:13:00+00:00

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!