To make my weppage as compatible as possible I will go with the regular file input, the problem is that I need to offer multiple uploads.
My thought is that when the
Yes, you can just add a file input to the form as you would any other element:
$("#theForm").append("");
I thought this sounded familiar: [jquery]How do I add file uploads dynamically?