adamsinline Posted February 17, 2005 Posted February 17, 2005 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. Quote
Administrators PlausiblyDamp Posted February 17, 2005 Administrators Posted February 17, 2005 http://www.xtremedotnettalk.com/showthread.php?t=91197 Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.