|
-
Jul 16th, 2005, 06:34 AM
#1
Thread Starter
Lively Member
-
Jul 18th, 2005, 12:40 AM
#2
Addicted Member
Re: Get info on client file
Q1. Do you want to upload the file from client to server first? It appears so from your code.
You can read the file on client using ActiveX component "Scripting.FileSystemObject". You can use Javascript or vbscript to create this object on the client. The only catch in this method is that the security setting of the browser should allow the running of ActiveX scripts on the client.
-
Jul 18th, 2005, 05:30 PM
#3
Thread Starter
Lively Member
Re: Get info on client file
 Originally Posted by pranoy
Q1. Do you want to upload the file from client to server first? It appears so from your code.
You can read the file on client using ActiveX component "Scripting.FileSystemObject". You can use Javascript or vbscript to create this object on the client. The only catch in this method is that the security setting of the browser should allow the running of ActiveX scripts on the client.
If i don´t have to, i´d rather not upload the file to the server. Do i need to install an ActiveX component on the server to do this?
-
Jul 21st, 2005, 12:14 AM
#4
Addicted Member
Re: Get info on client file
You dont need to install this ActiveX component, it already exists. But if you want to invoke ActiveX on the client PC through browser, then the security settings in the browser of the client setting should be set to allow the execution of ActiveX scripts.
-
Jul 21st, 2005, 12:15 AM
#5
Thread Starter
Lively Member
Re: Get info on client file
 Originally Posted by pranoy
You dont need to install this ActiveX component, it already exists. But if you want to invoke ActiveX on the client PC through browser, then the security settings in the browser of the client setting should be set to allow the execution of ActiveX scripts.
Ok, thanks for the help
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
|