To Support this project just checkout a related website:
Examples: Try it yourself!
The plugin provides very simple integration in 2 methods:
a) By using the accept and maxlength properties.
b) By using the class property
Take a look at the examples below and decide which method is best for you.
Using accept and maxlength properties
Using class property
Multi-lingual support
Known Bugs: Grrrrrr!!!
None at present...
Fixed Bugs: Yay!!!
IE6/7, Extension validation:
Error message is displayed but plugin fails to clear the invalid value.
This causes the invalid value to be submitted with the form.
Opera/Safari, Extension validation:
Error message is displayed but plugin fails to clear the invalid value.
This causes the invalid value to be submitted with the form.
Thanks to Adrian Wróbel (adrian [dot] wrobel [at] gmail.com).
Changes: What's new?
Added file extension validation.
Usage: class="multi accept-jpg|gif|png"
Note: You must ALWAYS validate submitted information on the server...
Added multi-lingual support.
Works via class string with MetaData plugin.
Method 1: Using class property (and MetaData plugin) class="multi {STRING: {remove:'Remover',selected:'Selecionado: $file',denied:'Invalido arquivo de tipo $ext!'}}"