-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Downloading from the web is a very common thing to do in Apps but it doesn't have any dedicated control for it. So it would be nice to have one.
Feature request for this control:
Downloader.URI(URI)should set the item to be DownloadDownloader.GetInfo.Name,Downloader.GetInfo.Size, ... to get the Info about the item to be DownloadedDownloader.Start,Downloader.Pause,Downloader.StopDownloader.GetPercentageto get the download compleated percentage so that it can be used for creatingProgessBarDownloader.GetSpeedto get the download speed- Should support Background Download
- Parallel Downloading support like IDM to increase the overall download speed
Odonno and hupo376787hupo376787