ExtractFile to local disk

I could successfully use ExtracFile method to extract attachment in a document created through File Upload in Web browser.

However, the extracted file was saved in the web server … How could I extract the file in the client’s local disk??

Thanks for your help …

Subject: RE: ExtractFile to local disk

Saving a file to the user’s local disk is not something you can easily automate in IE, for the very good reason that we don’t want web pages that we visit installing programs on our computer without our explicit permission.

Just display the attachment – or a URL link to the attachment – on your form, and let the user choose whether to download it by clicking the link.