Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
295 views
in Technique[技术] by (71.8m points)

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??

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...