phpknight Posted July 9, 2007 Share Posted July 9, 2007 Does anybody know if it is possible to have a web visitor select multiple files at once using shift/ctrl in a browser with the purpose of upload them? I would like to accomplish this without having the user download a program or applet. So far, I am thinking this is not possible, but I would appreciate input from others. Link to comment https://forums.phpfreaks.com/topic/59008-selecting-multiple-files-at-once/ Share on other sites More sharing options...
ToonMariner Posted July 9, 2007 Share Posted July 9, 2007 no you can't BUT you can have multiple file input boxes - if you name them all sometihng like upload[] (its the [] that is important) then you can use the array created by html in your processing scripts... Link to comment https://forums.phpfreaks.com/topic/59008-selecting-multiple-files-at-once/#findComment-292954 Share on other sites More sharing options...
phpknight Posted July 9, 2007 Author Share Posted July 9, 2007 Okay, that is what I suspected. Thanks for the input. Link to comment https://forums.phpfreaks.com/topic/59008-selecting-multiple-files-at-once/#findComment-292983 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.