Allow file operations on HTTP server

Have a suggestion for "Everything"? Please post it here.
Post Reply
ochompsky
Posts: 12
Joined: Wed May 31, 2017 9:21 pm

Allow file operations on HTTP server

Post by ochompsky »

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: 15195
Joined: Fri Oct 16, 2009 11:31 pm

Re: Allow file operations on HTTP server

Post by void »

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.
ochompsky
Posts: 12
Joined: Wed May 31, 2017 9:21 pm

Re: Allow file operations on HTTP server

Post by ochompsky »

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.
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
Developer
Posts: 15195
Joined: Fri Oct 16, 2009 11:31 pm

Re: Allow file operations on HTTP server

Post by void »

Post Reply