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?
|
Jun 17 2015, 3:17 pm
|
|
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? |
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().
|