Results 1 to 2 of 2

Thread: save

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    save

    Hi,
    In my win application I use the following code to save the downloaded data into the necessary format

    sw = File.CreateText(strPath & ".csv")

    please not ethat .csv can be .xml instead

    This works fine but what should I do in web (asp.net)?
    I can not use the above line as it complains about the network path where the file should be installed.

    If the best way is to get a dialog box to save as then how is it done please?
    thanks

  2. #2
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Fort Collins, CO
    Posts
    366
    You could possibly save the files to the local web directory and have a separate process handle moving them to where they should ultimately go.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width