Allow file operations on HTTP server
-
ochompsky
- Posts: 17
- Joined: Wed May 31, 2017 9:21 pm
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?
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
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.
-
ochompsky
- Posts: 17
- Joined: Wed May 31, 2017 9:21 pm
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?void wrote: Thu Jan 13, 2022 5:45 am 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.
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm