简体   繁体   中英

How to Add multiple files from different folders in same file input in html or php

How to Add multiple files from different folders in same file input in html or php i want to multiple files from different folders using file input it is possible. and if it is possible then how??

This is impossible to do just by merely using the <input type="file"> with the ' 'multiple' keyword. This by itself will only allow attaching multiple files from same folder. To complete your requirement, you will probably have to resort to using jQuery along with JavaScript and HTML, to provide an additional 'Upload' button after one or more files from the same folder are attached. This way you can attach any additional files from other folders and provide some sort of a 'Save' button, to eventually attach all files and save the result.

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