<form action = "uploadFile.php" method= "POST" enctype = "multipart/form-data">
<input type = "file" name = "file[]"><br><br>
<input type = "file" name = "file[]"><br><br>
<input type = "submit" value = "Submit">
</form>
Is it possible to upload more than one file at the same time with just a click on the submit button?
I am having this problem of figuring out what to do as to uploading multiple files at the same time? Any idea please?
erabxes 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.