[jQuery] multiple file uploads: sets difficult name attributes
im trying to use the multiple file uploads to, well ... upload
multiple image files :-). The class im using relies on the name
attributes of the upload fields to be of the format name="image[]", as
do most example scripts that i have come across. the problem now is
that this plugin sets the name attributes as such: name="image[]1",
name="image[]2", etc. and this makes looping through the $_FILES array
not possible with the code im using.
is it possible to change the way this plugin sets the values of name
attributes of the upload fields?