I have a schema-form, Once the user fills in the form, I have to save the form data into file as an xml and send it to server. Is it possible to save the form data to a file.
-
No angular cannot write to a file. Refer stackoverflow.com/questions/30288087/…Mancy Saxena– Mancy Saxena2018-04-03 09:19:22 +00:00Commented Apr 3, 2018 at 9:19
-
You can't send the xml to the server and save it as a file there?Swoox– Swoox2018-04-03 09:45:54 +00:00Commented Apr 3, 2018 at 9:45
-
Editing file in front-end angular is bad thing to do anyway we can't do it (stackoverflow.com/questions/48393628/…)... post form object to backend and writing on server side would be preferable. stackoverflow.com/questions/48393628/…Karthigeyan Vellasamy– Karthigeyan Vellasamy2018-04-03 09:58:09 +00:00Commented Apr 3, 2018 at 9:58
Add a comment
|