SaveFileDialog and FolderBrowserDialog

0
0

(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 must to post comments
0
0

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.

  • Francesco Leo
    It works with Application.Download, thanks, I’m learning, therefore, that some controls and some events do not work even if they are present, perhaps it would be better to eliminate them.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.