
May 19th, 2003, 09:45 AM
|
|
Junior Member
|
|
Join Date: May 2003
Location: India
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
ASP File download status [Whether the file is downloaded from user completely or not
When the user clicks on the file to download in the website(through
asp page), it opens a File Download Dialog. The File Download Dialog
prompts the user to either open or save the file. If the user selects the
option to save the file and presses Ok or Cancel.
Ok Click(File Download Dialog): opens a File SaveAs Dialog with Save or
Canel button. The File SaveAs Dialog asks the user to select the path where he/she
wants to save the file.
Save Click(File SaveAs Dialog ): File downloaded without any problem,
I want to record the downloaded date and time.
Cancel Click(File SaveAs Dialog ): Don't want to record anything.
Cancel Click(File Download Dialog): Don't want to record anything
I need a solution for this.
Is there any other way to record the filedownload date/time or how
do I know whether the file has downloaded correctly or not?
I need a sample code that runs both IE and Netscape
|