[Gambas-user] Saving content of webcontrol as file in server side

Benoit Minisini benoit.minisini at gambas-basic.org
Mon Jun 6 00:20:46 CEST 2022


Le 29/05/2022 à 14:45, Safiur Rahman a écrit :
> Hi Benoît
> 
> How can I save the content of a webControl displayed on the browser side 
> as a file on the server side or send to the database?
> 
> Eg. There is an image displayed on canvas captured through a webcam 
> (using WebRTC). I want to save it as an image file, copy it to another 
> folder and save it to the database.
> 
> Attached a project to reproduce my problem. Please rename main.txt to 
> main.js
> 
> -- 
> Regards
> Safiur Rahman
> 
> 
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----

It's not really possible at the moment, this needs support for the 
'gb.web.gui' framework.

There is file upload management, but manually in association with a 
button (the WebFileButton control).

Regards,

-- 
Benoît Minisini.


More information about the User mailing list