[Gambas-user] gb.web.gui
Benoît Minisini
g4mba5 at gmail.com
Sat Nov 21 21:04:26 CET 2020
Le 20/11/2020 à 12:21, Mayost Sharon a écrit :
> Hello
>
> I saw in the documentation of Gambas
> It replaces the previous gb.web.form component, being faster and easier to use
>
> I have Gambas version 15.2.1
> There are things missing in gb.web.gui
> For example: "WebUploader" and other controls
>
> Thanks
>
Hi,
Now you have to use the WebFileButton control.
It's a button that the user must click to select a file to upload to the
server.
Then the button raises the Click event when the user selects a file, the
Progress event to indicate the progress of the download, the Finish
event when the upload is finished, and the Abort event if it is aborted.
Regards,
--
Benoît Minisini
More information about the User
mailing list