8 ms·
I'm curious -- what is your use case is for writing and deleting?
by rafekett 12y ago
I'm curious -- what is your use case is for writing and deleting?
- samstave 12y ago"Hey bob, here is a link to a folder on my machine - can you upload that those [random file types] you want me to look at?" or "non-tech wife needs to get this file to our home machine, she can use my link to /home/put/ to send this to my home machine from her work"
- michaelmior 12y agoHow is a non-technical person supposed to execute a POST request with an attached file to Knod?
- jacquesm 12y agoAt a guess, using a browser with a file upload form downloaded from the same place where the file will go.
- michaelmior 12y agoThat's fair, although it goes beyond what Knowd provides.
- TinyBig 12y agoGot the idea while working through the React tutorial some time ago. Thought a zero config server that responds to all of the HTTP verbs would make a nice tool for front end prototyping.
- failrate 12y agoI extended Python SimpleHTTPServer as a data store server for some web games and also as a cross-site XML server for said games. Knod would fit that niche just fine.