mfrank
12-05-2003, 06:40 AM
Hi,
I am new to this site but hope to get an answer on this one.
I am a developer on a large netbank web-application/integration project for a large bank in Denmark.
One of our requirements is the ability for users to download files by the web interface, e.g. account statements.
The requirements says, that the user should be able to personalise settings - e.g. the default directory for storing files in a download.
We are working in a "strict" way - so no active-X or JavaScript is allowed, only pure html.
Internet Explorer example of the requirement:
1. The user clicks a link pointing to a file
2. The browser opens a dialog with the "open" or "save" question
3. The user selects "save"
4. A "Save as" box is displayed. The directory set for this box is typical the same directory as last time the user downloaded anything with the same browser.
So - is it somehow possible to send a directory along with the file, that is used as default for the "save as" box.
I am pretty sure, that no general standard covers this!
But it might be the case, that some "magic tricks" could be used for e.g. Internet Explorer. (covers 95% of our customers)
Best regards
Morten
I am new to this site but hope to get an answer on this one.
I am a developer on a large netbank web-application/integration project for a large bank in Denmark.
One of our requirements is the ability for users to download files by the web interface, e.g. account statements.
The requirements says, that the user should be able to personalise settings - e.g. the default directory for storing files in a download.
We are working in a "strict" way - so no active-X or JavaScript is allowed, only pure html.
Internet Explorer example of the requirement:
1. The user clicks a link pointing to a file
2. The browser opens a dialog with the "open" or "save" question
3. The user selects "save"
4. A "Save as" box is displayed. The directory set for this box is typical the same directory as last time the user downloaded anything with the same browser.
So - is it somehow possible to send a directory along with the file, that is used as default for the "save as" box.
I am pretty sure, that no general standard covers this!
But it might be the case, that some "magic tricks" could be used for e.g. Internet Explorer. (covers 95% of our customers)
Best regards
Morten