PDA

Click to See Complete Forum and Search --> : How to display an OpenFileDialog?


MrNorth
Feb 17th, 2003, 02:52 AM
I assume that many people need to have this on their aspx-webpage.. but how is it possible to make one without using the System.Windows.Forms namespace? Anyone who has any suggestions?


kind regards
Henrik

hellswraith
Feb 17th, 2003, 10:38 AM
Are you talking about opening a file on a users computer? You need to do more than embed this in your aspx page.

If you are talking about a user uploading a file to the server, then look in the HTML controls section of the toolbox, there should be a fileupload box or something similar.

MrNorth
Feb 17th, 2003, 01:20 PM
Ahh, got it, thanks!