File Downloader #554
Replies: 4 comments
-
You can use WebClient to download files. |
Beta Was this translation helpful? Give feedback.
-
@SunshineSpring666 I did this code while ago, with it you will be able to download files using httpclient |
Beta Was this translation helpful? Give feedback.
-
Thank Vladislav and Pedro for your reply. You guys are right. WebClient can easily let people handle percentage info, while HttpClient is the officially recommended one. Thank you all! I'd move the MAUI printing discussion to a separate thread for simplicity. |
Beta Was this translation helpful? Give feedback.
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
MAUI is awesome. Some apps need basic functionalities like downloading files (documents, images, videos, etc.) or printing files (documents, images, etc.). Existing libraries for Xamarin raises puzzling exceptions when migrated to MAUI projects. We spend days trying to solve these, but failed.
I wonder if you guys have such basic component requirements in MAUI apps. To my knowledge, there are no such libs for MAUI now. Any clues on how to get "file download" and "printing by printer" functionalities in MAUI (on Windows/Android/iOS)?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions