Hi,
How do I make a wizard so the user can choose where to store a file via the IAS Toolkit?
The file itself is e.g. available on a specific location and users should be able to grab and store it locally. Via code I can already grab it, but I need a generic means for users to store it where they want.
Please provide a code sample.
Hi Mieke,
You can let the user download a file using the IAS DownloadButton. You can download any file that is accessible through https from the users browser.
If the file isn't on a location that is reachable through https you could copy the file to (a subfolder of) the 'C:\Skyline DataMiner\Documents' folder, and then let the user download it via '/Documents/myfile.pdf'.
You can find a code example here.
Note: Depending on the browser settings, the user will get a dialog to choose a download location, or the file will immediately be saved to a default location (often the Downloads folder in the Users home folder).
Made it without the toolkit using the DownloadButton.
Thanks
Lander, thank you for the feedback. But I don’t see the Download button as part of the toolkit.
please let me know how I can use this via the toolkit or how I can make my own extension to the toolkit.
https://community.dataminer.services/download/ias-toolkit-1-0-7-2-10-1-8