문제

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