ID:1876239
 
(See the best response by Lummox JR.)
Is this possible at all? I see that you can use POST in browse()'d pages but can you transmit more information than just text?
As I recall POST isn't supported, but more detail would help.
Wanting to be able to upload a file thats in the memory from the client to the server without client needing to use the file browser to do so.

As i recall POST isn't supported

http://www.byond.com/docs/notes/437.html
Unless i misunderstood the release notes?
Best response
Ohh, right. Yeah, I was thinking of something else. What happens here is that the POST takes the text content and rewrites it as a GET for the purposes of handling it in cilent/Topic().
Ah ok, so theres no way to have a client upload a file from an html form then? if thats the case then i'll have to go another route :s