I'm trying to get a web page to display a .gif/.jpg/.png selected by the user through a File Open dialog.
Trouble is, as far as I can see, the is specifically designed to upload the selected file to the web server, whereas I only want to get the file's location so I can feed it into the Image.FromFile Method of the System.Drawing namespace.
Is it possible to get Image.FromFile to load a file from the user's own file system?