简体   繁体   中英

Is it possible to upload folders?

This is my scenario 1

So, using

<input type="file" multiple> 

is it possible to upload these 4 elements(the 2 files and the folders(with their own content))?

if i do this the only elements that are going to be "selected" are the .txt files

Try that:

Yes it possible to upload folder kindly check by below code

<input type="file" webkitdirectory mozdirectory />

Multiple files upload but it must be in same folder:

<input type="file" name="file[]" multiple>

Also go through that one

Hope it helps!! thanks

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM