|
|
Multiple File Upload Sample ASP.NET Project
File Details
| Downloads: |
4463 |
File Size: |
16.7kB |
| Posted By: |
eralper |
Views: |
3056 |
| Date Added: |
9 May 2006 |
|
This is a sample ASP.NET project for uploading multiple files.
We will benefit from the System.Web.HttpPostedFile class and its properties during the process of uploading the files to a local folder on the Web Server.
Note that write permissions is required for a folder at "C:\UploadFolder" to ASP.NET Machine Account.
|
|