Results 1 to 4 of 4

Thread: Download file to client

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    12

    Question Download file to client

    When a user hits a particular area of the site, I need a text file to be installed in a particular location of their windows directory. The text file is used to populate a menu. Creating an executable to create this file is too messy, initialising the SaveAs option & instructing the user is also undesirable, and I believe client-side scripting (VBScript, JavaScript) won't allow me to access the clients file system (for obvious reasons).

    Does anybody know how I can deliver this text file to the client with as little pain as possible?

  2. #2
    Addicted Member
    Join Date
    Apr 2001
    Location
    oxford, UK
    Posts
    149
    This may be a stupid answer but can you use a COKKIE?

    Just thought that as a COOKIE is a text file stored on the client PC then maybe that would do the job?

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    12
    Sorry, forgot to mention - I want to avoid using cookies. Thank you.

  4. #4
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099
    couldnt you store the info on the server in a DB instead?? and use a cookie to tell which user need which data?

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