[Gambas-user] gb.web.gui

Mayost Sharon sharon at 455.co.il
Sun Nov 22 11:36:29 CET 2020


---------- Original Message -----------
From: Benoît Minisini <g4mba5 at gmail.com>
To: user at lists.gambas-basic.org
Sent: Sat, 21 Nov 2020 21:04:26 +0100
Subject: Re: [Gambas-user] gb.web.gui

> 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
> 
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
------- End of Original Message -------

First of all thank you very much

1.
I'm trying to upload a 500MB file
I get an error in the "Abort" event in the "Reason" variable
Error: Request too big
How can this be solved?

2.
When I upload a 35MB file
I get a first event: Finsh
And a second event: Progress
Third event: Progress
Is it okay?

3.
Is it possible to select multiple files?

Thank you


More information about the User mailing list