When you right click on a download link in a neutralino app, there is a "download linked file" option which one selects then their file is downloaded. How can I call that function to download a file in my app.
Is there a native function for downloading a file in neutralinojs that I can use?
335 views Asked by Tendos At
1
One method I've been working with (which comes along with its own pitfalls) is using Powershell. The pitfall is that each user may have different versions of Powershell or different environment settings.
This method works on my development computer, but when testing on my laptop as a new user, it fails. But I have very little knowledge of Powershell and I think there is a way to make it work.
My progress so far:
Edit: Realized you asked specifically for a native function, not using Powershell. This is how I found you question because I was wondering if I was doing this the hard way.