Description
This API is used to create a new file on the server by giving a path in the query and the file as payload.
HTTP Method
Post
Parameters
path = (the relative path to the file in the server tree.)
Permissions
Server Permission Requirements: Write
Example
http://localhost:24780/create_file.rq?path=MyFolder/NewFile.txt
Will create a new file with the name NewFile.txt in the MyFolder folder.
0 Comments