File downloader/uploader with progress monitor
- DisplayMode : Where to display progress. Options: 'Dialog Box' (default) or 'Command Window'
- UpdateInterval : Interval (in seconds) for updating progress. Default = 1 second.
- ShowFilename : Whether to show name of uploaded file. Default = false.
- IndentSize : Size of indentation if displaying progress in command window.
Citation pour cette source
Eivind Hennestad (2025). File downloader/uploader with progress monitor (https://www.mathworks.com/matlabcentral/fileexchange/118460-file-downloader-uploader-with-progress-monitor), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
filedownload
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.6.5 | Restore title |
||
1.0.6.4 | Update title |
||
1.0.6.3 | Upate description |
||
1.0.6.2 | Fix formatting issue with description |
||
1.0.6.1 | Updated description |
||
1.0.6 | Modified progress monitor to support uploads and added uploadFile function |
||
1.0.5 | Updated to show elapsed time of download after download completes. |
||
1.0.4 | Changed name to downloadFile
|
||
1.0.3 | Updated image |
||
1.0.2 | Fix: Don't show output of urlencode in command window |
||
1.0.1 | Added input argument validation |
||
1.0.0 |