PDA

Click to See Complete Forum and Search --> : Probably a stupid question but ohwell...


Phobic
Jan 23rd, 2000, 08:43 AM
In ASP, does the FileSystemObject work with files on the user visiting the page, or the server the page is on?

Clunietp
Jan 23rd, 2000, 11:18 AM
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

Phobic
Jan 24th, 2000, 08:23 AM
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?