|
-
Jan 23rd, 2000, 09:43 AM
#1
Thread Starter
Hyperactive Member
In ASP, does the FileSystemObject work with files on the user visiting the page, or the server the page is on?
-
Jan 23rd, 2000, 12:18 PM
#2
Guru
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
-
Jan 24th, 2000, 09:23 AM
#3
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|