I have a java application under Tomcat that is supposed to track people'
downloads.

The user clicks on a link (to download a file) and a new record has to be
inserted into a postgreSQL table informing which file was downloaded.

However, I need to insert into postgreSQL only after the user hits the save
button of the second window that windows shows. The one that the user
selects the physical place to store the file.

I don't know how can I get which button the user clicked since the download
manager window is provided by Windows and not one of mine.
I don't think it's possible to know if they click Open/Save/Cancel, at least not if using a standard web browser function and not a plug-in of some sort.

David

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to