I was wondering if twisted offers any type of protocol that would be necessary for handling large data types (Around 10MB). I was using the line receiver to do other communication; however, that obviously isn't going to happen (string limits are around 16,000 bytes, under line rec protocol)
I also have a web interface, so if you could shed some light on successfully transferring the file in response to an AJAX call, that would be awesome.