Delete file on client side machine
From: Paul (paul_at_legalperfect.co.za)
Date: 03/02/05
- Next message: Adrienne: "Re: Delete file on client side machine"
- Previous message: Evertjan.: "Re: OT: Javascript for an ASP guy?"
- Next in thread: Adrienne: "Re: Delete file on client side machine"
- Reply: Adrienne: "Re: Delete file on client side machine"
- Messages sorted by: [ date ] [ thread ]
Date: 2 Mar 2005 01:01:01 -0800
Is it possible to delete a file on a client side machine using VB/JAVA
script?
My website allows the user to upload a file to the website and after
that I would like to delete the file on their machine
I tried this:
Set fso = CreateObject("Scripting.FileSystemObject")
fso.DeleteFile("C:\1-1-S.xml")
But it is always looking to the server machine? How do I say delete
file XYZ on client machine. Is this even possible with the security
issues?
Paul
- Next message: Adrienne: "Re: Delete file on client side machine"
- Previous message: Evertjan.: "Re: OT: Javascript for an ASP guy?"
- Next in thread: Adrienne: "Re: Delete file on client side machine"
- Reply: Adrienne: "Re: Delete file on client side machine"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|