multi file upload improvement request

I have seen the multi file upload. Sadly enough it is not very complete, I would have expected it to also allow document (filename) or Image (filename) options to be there as with the normal upload fields.
Storing many documents in a database is a BAD idea. First of all it costs a lot of expensive discspace it increases the database backup time and space enormously and it is not as easy accessible for other applications.
So please add the document filename and image filename option as well.

Are you referring to the file extensions?
Those can be managed:

image-restriction.jpg

[QUOTE=gamer99;19425]Are you referring to the file extensions?
Those can be managed:

Never mind. I understand you are referring to file size restrictions.[/QUOTE]

No, he’s refering to the fact that the multifile upload only works if you store the files in the database. Lots of installations simply do not allow that and require to store the files on a file server. If that’s the case you cannot use multifile upload.

Oh ok I see! Thanks for the clarification.