سؤال

What html control should be used to upload a folder but not a file ? Or is there any method to upload a folder (not be compressed)?

هل كانت مفيدة؟

المحلول

You can with webkitdirectory but not supported in all browsers yet:

<input name="file_input[]" id="file_input" multiple="" webkitdirectory="" type="file">  
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top