centerwork Posted October 15, 2008 Share Posted October 15, 2008 How can I make the form below select multiple files without coping the <input> tag over and over again? Or if you can recommend a tutorial or something? <form action="" method="post" enctype="multipart/form-data"> <p>Pictures: <input type="file" name="pictures[]" /> <input type="submit" value="Send" /> </p> </form> Link to comment https://forums.phpfreaks.com/topic/128552-multiple-file-selection-in-file-upload-box/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.