New features in Image/File Upload plugins + IE fix

Today we have published the update for these plugins:

Cross domain uploads

The uploader was updated and now can modify its headers to support cross domain uploads, so you can easily place it on the external server from the server with your web site (if you need it).

Read more to see this feature's step-by-step configuration manual and the example how to use this.

New templates snippet

All of these plugins now have a possibility to use {FILENAME} snippet in their templates. Sample usage:

config.doksoft_file_template = '<a href="{FILE}">Download {FILENAME}</a>';

IE fix

Then we have fixed the problems with IE compatibility in "+" (first three plugins). Currently it was fixed.