capturing from file download dialog

S

sunita

Hiii

I open a file download dialog from a modal dialog...From the file
download dialog i can either save or open the file.. Is there a way i
can let the modal dialog that opens the file download dialog know
whether the user has clicked on the open button or the save button of
the file download dialog??
 
M

manit77

Hiii

I open a file download dialog from a modal dialog...From the file
download dialog i can either save or open the file.. Is there a way i
can let the modal dialog that opens the file download dialog know
whether the user has clicked on the open button or the save button of
the file download dialog??

Not that I know of. The browser handles that. Another alternative is
to have a page that allows them to select open or save. If the open
the are redirected directly to the file. If they click save, you force
a download by modifying the response header and stream the file down.

- Manit
http://www.acriticsreview.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top