OpenFileDialog

1
1

Hello,

For uploading files from client browser to server, I use Wisej.Web.Upload. It works perfect.

However, if i need to trigger upload from code, i need something like winform OpenFileDialog.

I found a Must Inherited class Wisej.Web.FileDialog but have no idea how to use it. Could you please give an example?

I tried to create a decendant of Wisej.Web.FileDialog, but its method ShowDialog does not show anything.

Thanks

  • You must to post comments
1
0

Hi Tung,

The FileDialog class is the base for OpenFileDialog and SaveFileDialog. They are all not available yet. Will be soon.

Best,

Luca

  • Jonatha Panni
    when OpenFileDialog will be available?
  • Luca (ITG)
    It’s in line right after the Accordion control which is finished and being tested.
  • Luca (ITG)
    Forgot to add that will be very different from VWG and more similar to Winforms and will be able to show multiple roots, including custom file systems.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.