How to perform multiple file input?

 Posted by Kmandapalli on 3/5/2014 | Category: ASP.NET Interview questions | Views: 2023 | Points: 40
Answer:

<form method="post" action="upload.php" enctype="multipart/form-data">
<input name='uploads[]' type="file" multiple>
<input type="submit" value="Send">
</form>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response