Disabling Flash Uploader
-
I have tried to solve the HTTP error on upload and crunching. I did it for my computer by changing the .htaccess file. I run the latest version of flash so all well.
However, other people adding images might not run the latest version of flash and end up getting locked out of the server. I want to disable Flash upload completly. I have tried a method in functions.php
add_filter( ‘flash_uploader’, create_function( ‘$a’,’return false;’ ), 5 );
and the 2 available plugins (no flash uploader and disable flash uploader) but the Flash uploader just seems to keep on like nothing happened. You can enable and disable it just as before.
These plugins not working with more up to date version of WP seems to be an issues – see link
https://www.allancollins.net/193/wordpress-plugin-disable-flash-uploader/
Anyone know a method that works to stop the Flash uploader from being available and potentially locking people out from the server?
Thanks
- The topic ‘Disabling Flash Uploader’ is closed to new replies.