Buy Questpond's video subscriptions on
huge discount
.
Online: 1978
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
ASP.NET
>
Loading ...
How to perform multiple file input?
Posted by
Kmandapalli
on 3/5/2014 | Category:
ASP.NET Interview questions
| Views: 2023 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
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
Bookmark It
< Previous :
How to stop flickering while the gets loaded in IE ...
Next > :
How to assign primary key to any column in the tab ...
Comments or Responses
Login to post response
More Interview Questions by Kmandapalli
How to perform sum of digits from 1 to n in javascript?
How can a user assign a property dynamically in javascript and generat ...
How to display the date and time when the page gets loaded?
How to declare an array?
Explain the concept Data Hiding?
Explain Encapsulation?
How can you define polymorphism?
How can we achieve overloading concept in WCF?
Latest Interview Questions
How to assign primary key to any column in the table?
Can we have multiple primary key on the table?
Can multiple catch blocks that correspond to a single try block execut ...
How can you get the extension from a File upload control ?
GC.SuppressFinalize Method means "Do not call the Garbage Collect ...
Attributes can be applied to ?
What do we mean by History.Forward method in Javascript?
What do we mean by History.Back method in Javascript?
More ...