Page 1 of 1

How to write/retrieve from the browser a file into a local folder ?

Posted: Thu Oct 20, 2022 6:04 pm
by yvesf
Hello,

I would like to create software with nubuilder which takes an xml file as input, upload it, parse it, insert into the database table the related data of each xml node.
After having inserted those values into the database, I would like to generate a new xml and put it into a specific folder on the local machine.
Is it possible ?

Any idea would be welcome.

Yves

Re: How to write/retrieve from the browser a file into a local folder ?

Posted: Thu Oct 20, 2022 6:24 pm
by kev1n
The task to load an xml file into a database and generate a new xml can be done with php but is not necessarily something that is specific to nuBuilder.

You may just google and find information like

https://learningprogramming.net/php-mys ... and-mysql/

Re: How to write/retrieve from the browser a file into a local folder ?

Posted: Thu Oct 27, 2022 5:22 pm
by kev1n
Is this solved or do you still need our support?