'Wordpress Flash Uploader' is a replacement of the internal flash uploader which let you also manage your whole Wordpress installation and s …
‘WordPress Flash Uploader’ is a flash uploader that replaces the existing flash uploader and let you manage your whole WordPress installation. You can also include the flash to your site and enable your users to upload/manage files based on user names, groups or roles.
The WordPress Flash Uploader does contain 2 plugins: ‘WordPress Flash Uploader’ and ‘Sync Media Library’.
‘Sync Media Library’ is a plugin which allows you to synchronize the WordPress database with your
upload folder. You can upload by WFU, FTP or whatever and import this files to the Media Library.
WordPress has a flash uploader which was not working on any of my servers. So I decided to write a
wrapper for the TWG Flash Uploader which works on most servers so far.
WordPress 2.5+ includes a new Media manager, However, it only knows about files which have been uploaded
via the WordPress interface, not files which have been uploaded via other means (eg, FTP or WFU).
So I had to implement something that does the synchronisation.
The final result are actually two plugins in one. The ‘WordPress Flash Uploader – WFU’ and the
‘Sync Media Library’. WFU is the wrapper for the TWG Flash Uploader and with ‘Sync Media Library’
you can syncronize the upload folder with the WordPress database. I implemented this as seperate
menu items because maybe you want to upload your files with FTP and you can syncronize your
files without using WFU.
Have fun using WFU,
Michael
Website: http://www.tinywebgallery.com/blog/wfu/
Forum: http://www.tinywebgallery.com/en/forum.php
Please go to the settings page of WordPress Flash Uploader. There you find a small donation section. Thank you for your support.
Please make a backup of your images when you use the synch the first time!
On some systems WordPress does remove the images once.
If you have this problem please contact me to fix this because it is not reproduceable on my systems.
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the plugin from plugins page.
You get ‘WP Flash Uploader’ and ‘Sync Media Library’ in the ‘Media’ menu and ‘WP Flash Uploader’ in the ‘Settings’ menu.
Go to Settings->WP Flash Uploader and check the ‘Limitations’ part. Most of the users can upload and are
only restricted by their servers. And most if the problems can be solved!
If you want to use the automatic sync please add
define(‘ALTERNATE_WP_CRON’, true);
in the wp-config.php
to enable the cron job!
Please note that this is not a real cron job. So if you set 5 minutes then it is syncronized at the next request that happens after 5 minutes waiting!
Please make a backup of your images when you use the synch the first time!
On some systems WordPress does remove the images once.
If you have this problem please contact me to fix this because it is not reproduceable on my systems.
FAQ / Help: http://www.tinywebgallery.com/blog/wfu/wfu-faq/