Allow file operations on HTTP server
Allow file operations on HTTP server
Like rename and delete. I looked through the HTTP options and I don't think it's possible through query string. Is this something that can be done within the confines of the SDK?
Re: Allow file operations on HTTP server
The HTTP Server and SDK are read-only.
I will consider an option to allow file operations with the HTTP server/SDK.
Thank you for the suggestion.
I will consider an option to allow file operations with the HTTP server/SDK.
Thank you for the suggestion.
Re: Allow file operations on HTTP server
thanks. can i ask where the original html files are stored? i am designing my own webservice to handle these operations. i'd like to integrate that into the default html page by just adding two buttons next to each file. i can find instructions for creating my own page but not the location of the default. is it embedded somewhere?