I have the situation where I have a view on a web site where users can select multiple documents. Once they have selected the documents, I want to have a link on the web page that will, when clicked, download any attachments on the documents. However, although I can use an agent to launch the attachments, I can’t guarantee that the “Save” dialog box will be shown. Does anyone know a good way of doing this?
Subject: Far as I know this isn’t possible…
- The user may always configure their browser to default any given file type’s action and you have no control over that. If they have the default, which is usually the save dialog, then they should see that when the URL to the file(s) is(are) presented, but far as I know you can’t force that to happen.
Hope this helps…