Jump to content

Multiple File Selection in File Upload Box


centerwork

Recommended Posts

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>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.