Results 1 to 3 of 3

Thread: Probably a stupid question but ohwell...

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Cleveland, Ohio
    Posts
    263

    Post

    In ASP, does the FileSystemObject work with files on the user visiting the page, or the server the page is on?

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    It depends....if you put it into a client event (like button_onclick) then it will be executed on the client....if you put it in your ASP code, then it will be executed on the server

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Cleveland, Ohio
    Posts
    263

    Post

    So if I wanted to access a file on a server, would I just use a URL to the location of the file I wanted to edit?

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