How to do multiple files selection in a single select for uploading?
5108Aug 21 2007 — edited Aug 23 2007Hi,
I'm developing a file uploading page using plsql and my requirement is to do multiple files select in ONE single select then click submit to upload those files. One thing for sure my procedure will have a parameter of array type, but I think my issue is more on the front end on how to make user select multiple files in a single selection.
Anyone has good example that I can use to achieve the above?
I understand it's not too much on plsql but more on html page scripting, but appreciate those who have done this before to share some ideas.
Thanks.