Welcome to the nuBuilder Forums!

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 ?

Questions related to using nuBuilder Forte.
Post Reply
yvesf
Posts: 315
Joined: Sun Mar 14, 2021 8:48 am
Location: Geneva
Has thanked: 87 times
Been thanked: 11 times

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

Unread post 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
kev1n
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 ?

Unread post 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/
kev1n
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 ?

Unread post by kev1n »

Is this solved or do you still need our support?
Post Reply