I am currently setting up my REST service using Echo to attach my xml files. My app has a need to save file in these 2 cases:
Save to a new file (xml or text) or modify it--which will hold setup information
Append to an xml file that is in use
How can I accomplish these?