I am using HTML5's multiple file upload feature.
I am wondering if:
- Can you limit the number of file a user can select?
- Can you get the order in which they were selected?
I am making a page where it lists screenshots from users. I would like to tell them that the the first image they select in the dialog box, will be the main image displayed on the index page.
However, the dialog window seems to return the selected files in alphabetical order(actually, not sure if HTML5 is doing this, or PHP).