Its pretty simple to add form fields for uploading files etc, but I am after one that I can highlight several files and upload them all in one field.
Is there a plugin of some sort that can allow me to do this? I cant find one, also, do v1 plugins work with v2?
I should be able to add the ability to show the files and delete them myself but if this was included it would be very nice.
Thanks.
EDIT: I am using CakePHP!
You can do that with normal php code
If you use multiple input fields you can set
name="file[]".That will put them in an array when you upload them
Or try
Plugin
Update: For Cakephp