 |
Multiple file download in asp.net with vb
|
Total Hit (1975) |
The user is shown a list of files with checkboxes for the ones they want to download. The user can choose to download 1 to many files. I have it set up to force the prompt to save/download. The program recognizes the files that the user requests, however, the download only works on the first file an
....Read More |
Rating
 |
|
|
|
|
|
|
 |
Uploading Files in ASP.NET 2.0
|
Total Hit (1125) |
Learn how to use the new FileUpload server control in Microsoft ASP.NET 2.0. (15 printed pages)
An Example of the FileUpload Server Control
Working Around File Size Limitations
Client-Side Validation of File Types Permissible to Upload
Adding Server-Side File Type Validation
Uploading Multiple
....Read More |
Rating
 |
|
 |
Discover Directoy and File Data
|
Total Hit (863) |
This is a short article, and a small amount of code, to get you started in discovering data about the files contained in a specified directory. In the article you will be exposed to the DirectoryInfo and FileInfo members of System.IO. Actually, you have a couple of choices when discovering directory
....Read More |
Rating
 |
|
 |
Use System.IO to Explore Data About Your Files
|
Total Hit (775) |
This is a fairly simple little program to get you started exploring the System.IO namespace. In this program we will discover the Attributes, Creation Date and Time, Last Accessed date and time, and Last Modified date and time of a file on disk. This example happens to use a simple text file, but th
....Read More |
Rating
 |
|
 |
ASP.NET File Upload
|
Total Hit (724) |
With plain, old ASP uploading a file from client browser to the server was a tedious task. Developers either used some third party controls or wrote their own file upload utilities. ( Remember BinaryRead and searching of crlf pairs? :-) With ASP.NET the situation has changed now writing file upload
....Read More |
Rating
 |
|