I want to let users of my website upload multiple files that could be in different folders. Using 'multiple' attribute in file input control doesn't let you select multiple files that are in different folders to my knowledge. Is there a way to force this? If I add multiple file input controls dynamically,
Thanks