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
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
How to write/retrieve from the browser a file into a local folder ?
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: How to write/retrieve from the browser a file into a local folder ?
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/
You may just google and find information like
https://learningprogramming.net/php-mys ... and-mysql/
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: How to write/retrieve from the browser a file into a local folder ?
Is this solved or do you still need our support?