Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...