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
Hi Tung,
The FileDialog class is the base for OpenFileDialog and SaveFileDialog. They are all not available yet. Will be soon.
Best,
Luca
Please login first to submit.