(I use the latest version of Wisej). I generated a text file on the server, now I would like to copy it to the client, but if I use FolderBrowserDialog or SaveFileDialog a window opens but without the client folders. How can I save a file from the server to the client? Thank you.
You have to download it. Look at the Application.Download methods in the docs. There is also a client file system api (it’s documented on mozilla) that you may use but requires additional permissions.
in general browsers don’t have access to client resources without the proper javascript api.
Please login first to submit.