websave - Showing download progress

18 次查看(过去 30 天)
Neta Stern
Neta Stern 2017-3-15
回答: Taylor 2024-8-14,13:20
I am working on a desktop application from which the user can choose certain files to download from the web. I am using websave to download the file, and it's working well, but I want to show the user the progress of the download. Is it possible? If not, can I do it using a different method?
Thank you.
  4 个评论
Rik
Rik 2020-8-17
You will probably need to interface with a command line tool that sends back the percentage.
William Thielicke
William Thielicke 2024-8-12,18:03
Maybe this would work with parfeval: Downloading and checking the file size in a loop in parallel...?

请先登录,再进行评论。

回答(1 个)

Taylor
Taylor 2024-8-14,13:20
I'm not sure there is a straightforward way to accomplish this beacuse websave does not give you any intermittent updates on the download progress. @William Thielicke suggestion of parfeval could work. You would then call dir at regular intervals to return the size of the file being downloaded and then use waitbar or uiprogressdlg to display a progress bar.

类别

Help CenterFile Exchange 中查找有关 Downloads 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by