Bug 128119 - [Browser] No progress events for downloads.
Summary: [Browser] No progress events for downloads.
Status: RESOLVED DUPLICATE of bug 83444
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.2   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Grant Gayed CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-15 18:28 EST by Eric Zimmerman CLA
Modified: 2007-02-28 16:02 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Zimmerman CLA 2006-02-15 18:28:12 EST
When a file is selected to download you do not get any progress information.

The file is immediattely put into its destination location and it's size just increases as the download happens.  This could give the user corrupt data if the file is moved during this process.

Since you are using "decideDestinationWithSuggestedFilename" callback for the download process, I would assume that the other callbacks documented at : http://developer.apple.com/documentation/Cocoa/Conceptual/URLLoadingSystem/Tasks/UsingNSURLDownload.html#//apple_ref/doc/uid/20001839-165094

Would also need some type of DownloadListener.
Comment 1 Grant Gayed CLA 2007-02-28 16:02:16 EST

*** This bug has been marked as a duplicate of bug 83444 ***