OpenFileDialog and SaveFileDialog

0
0

Hello,

I’m trying to migrate a Winform to Wisej but I need something like winform OpenFileDialog and SaveFileDialog.

I search and found a Must Inherited class Wisej.Web.FileDialog but have no idea how to use it. Could you please help me with one example?

Thanks.

  • You must to post comments
0
0

Do you need to browse files on the web server? Or do you need to upload/download files?

The FileDialog components are not available yet and they will only work on server side files since it’s impossible to browser client side files in javascript. For that you can use the Upload control, or drag & drop files on any Wisej control that can handle downloads.

  • guadalupe
    when OpenFileDialog or FileDialog will be available?
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.