How can i download a file over a url in firemonkey that is compatible in both Windows and MacOS X? the download should be over https.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Indy that’s supplied with XE2 supports Mac OSX.
See: Does Delphi XE2 FireMonkey support Indy for cross-platform apps?
Here’s the workflow:
The following code should get some rudimentary results
One word of advise, make sure it works with
httpfirst,httpscan be tricky to setup.Also make sure you have the latest version of Indy installed and the latest XE2 updates.