Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, January 09, 2009

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

User Rating!

Home > Search > Articles & Samples > C-Sharp > File Management > File Uploading
Multiple File Upload User Control        
Total Hits: 136  |  Today: 0 Author: SAMir Nigam       Rating:  
Read Reviews | Write Review |   Your Rating: 

As we know an input file element allow you to select only one file at a time i.e. you can upload one file at a time using one input file element. If you want to upload multiple files at a time, then you have to add as many file input elements as the no of files you want to upload. The reason behind this you can only store the file upload information in an input file element. You can not set value directly for an input file element programmatically due to security reasons. Now I am going to present here an ASP.NET User Control that can be used to upload multiple files at once. I have given name ‘Multiple File Upload User Control’ to it.

DevASP.Net users Rating
What is your opinion?
Is this your listing?

    If this is your listing and you like to add the rating box
    displayed on the right side on your site you can use the following code.

Go Back
DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net