[wp-trac] [WordPress Trac] #17314: Max file size upload restriction to 2Mb
WordPress Trac
wp-trac at lists.automattic.com
Tue May 3 21:11:02 UTC 2011
#17314: Max file size upload restriction to 2Mb
--------------------------+-----------------------------
Reporter: Ivaseg | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upload | Version: 3.1.1
Severity: major | Keywords:
--------------------------+-----------------------------
When I tried to upload files through media uploader I can see restriction
to 2Mb max file size.
I've use IIS 7.5 (Windows Server 2008 R2 SP1 Web Edition) + PHP 5.2.17
FastCGI + MySql 5.0.51a and Wordpress 3.1.2 with Multisite based on sub-
domains enabled.
Run <?php phpinfo(); ?> display me next:
{{{
upload_max_filesize 10M
post_max_size 10M
}}}
So, as we can see, we can upload files up to 10Mb but Wordpress still
don't want to upload files more than 2Mb.
Ok, I'm going to check upload function through other PHP script. I've
download [http://www.webdeveloper.com/forum/showthread.php?t=101466 this
script] and trying to upload file with size ~10Mb and it was successful,
so I think this is strange bug in Wordpress.
PS: I use Wordpress 3.1.2 but in 3.1.1 this bug also exist. Also tested
this bug with new blog without plugins and with default theme and it also
exist.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17314>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list