Comment by ๐ norayr
Re: "How to handle uploaded data?"
i just saw your post, and i just asked a question in this subspace.
i want my students who already implemented spartan client that gets data, also to upload data. but i have no idea how to test this.
do you see how can i test this by using your server? lets say can it write all strings uploaded to one file, that is publicly accessible via spartan?
or how do i write such a cgi? for any spartan server? which spartan server would you recommend?
2025-03-20 ยท 1 year ago
Original Post
How to handle uploaded data? โ So I've been writing a Spartan server, and I've realised I actually have no idea what to do with data that gets uploaded to it. I myself don't need a Spartan server that data can be uploaded to, but if someone else wants to use it and they need to allow data to be uploaded so people can log in, make comments, or something else, how would the server handle that? I guess maybe send it to some other software, but how would that work? How would someone tell it to send...