Currently, passing along a large amount of data to the server through a POST request results in the webpage crashing once the buffer is completely filled up. This should be fixed by reading POST data in chunks. Gotta figure that out, might need a rewrite of a few parts though.