Hi!
I'm trying to find out if there is a way to upload multiple files to a database (blobs) using html forms. Obviously you could do it by manually creating each of the input fields. This is not what I want to do, though. I want users to be able to upload an unspecified number of files, using the 'browse' button for file input, and then using the shift and/or ctrl keys for multiple file selection. Does anybody know of a way of doing this?
Grateful for any help... /Nina