Tagged Questions
4
votes
2answers
110 views
Best way to include multiple upload fields in crowded form?
Context:
I'm working on a four step form, each step has between 4 to 10 input elements of various types, from text fields to dropdowns and checkboxes. I've managed to keep it gradual and easy so the ...
5
votes
5answers
884 views
Multiple file selection for web file upload
I was recently asked what it would take to do multiple file uploads from a a web page with a traditional single selection browse box. My first reaction was, you can't!! Browsers don't allow it. I ...