Reading Files

wtbonnell

Freshman
Joined
Oct 6, 2003
Messages
32
I am using Asp.Net (C#) - relatively new - and I need to be able to read files on a hard drive (yahoo's briefcase feature does this where they can browse to a certain file and upload it to their server - see http://briefcase.yahoo.com/)

I am unsure how I would create such a feature...Are there any examples out there?

Thanks
 
If you are looking to have users browse their hard drive for a file and upload it, this control is already in visual studeio, go into your toolbox and under html controls choose the file input.
 
Check out the posting "Uploading Files" I posted a tutorial link in it that goes through the process of uploading a file to the server, you may find it of some use.

Mike55
 
Back
Top