FileOpen and accessing users C drive, asp

adamsinline

Newcomer
Joined
Jan 19, 2005
Messages
5
I'm using the the HTML "file field" control set to "run as server control" to open a txt file on the users C drive which they select. When run on the server, dialog_box.PostedFile.FileName is not recognized, it keep looking on the drive of the server for the file. How do I redirect this to look on the users C drive when using the fileopen function?


FileOpen(1, dialog_box.PostedFile.FileName, OpenMode.Input)

AB
Any help would be great.
 
Back
Top