[Gambas-user] Help for gb.web.gui

gian bagoneo at libero.it
Mon Aug 8 10:04:53 CEST 2022


Il 08/08/22 09:48, Safiur Rahman ha scritto:
> Hi
> 
> What I have been doing is to send the file to the root folder of the web 
> server. Then you can download it easily.
> 
> E.g. in ubuntu
> 
> $ sudo mkdir /var/www/html/docs
> $ sudo chmod -R a+rwx /var/www/html/docs
> 
> Then copy to the folder
>   Copy <source file> To "/var/www/html/docs" & File.Name(<source file>)
> 
> Then you can download using window.Open
>    WebForm.Exec("window.open('http://localhost/docs/ 
> <http://localhost/docs/>" &/ File.Name(<source file>) & "'); ")
> 
> -- 
> Regards
> Safiur Rahman
> 


Hi,

Thank you very much for the welcome reply.
I will immediately refer your suggestion to our friend.

Regards
Gianluigi


More information about the User mailing list