Is there any way to force WordPress 3.3 to use the old Flash uploader instead of the new HTML5 version? (you can read below if you care about why I want to do this…)
I’m working with someone on WordPress 3.3 whose image uploader occasionally freezes when bulk uploading large numbers of images. I’ve tried troubleshooting every way I could think of and can’t find a solution. He never had this problem before upgrading to WordPress 3.3, so I’m wondering if it is an issue with the HTML5 uploader. He doesn’t want to use the old browser uploader because he does lots of bulk uploading, so I’d like to find a way to force WordPress to use the Flash uploader.
Context
Searching for
.swf
in the Core, found this in/wp-admin/includes/media.php
:Solution
Applying the following filter hook seems to do the job: (in WP 3.4.1)
You could check filesize in your php.ini and increase it, this could be one reason other than that you could
Try this plugin