Multiple files field
From RuntimeWiki
Idea
Create a field to input (submit) multiple files.
Why
How we have to attach file by file. Each file must be attached individually. It's a hell! It makes a huge distance between real applications and web applications. Just try so send 20 photos to your friend using Gmail. ;-)
What
Create input field (tag) just like current <input type='file'> with additional options:
- maxfiles - shows how many files can be attached via this field
- maxsize - shows how many bytes these files can be
This field should contain 2 actions:
- add a file or files to the field
- remove a file of files from the field
