I want to be able to read a file just as it is being uploaded by the user, i.e. I want to read the incoming stream of bytes from the user s browser.. Is that possible with Mochiweb? If not, where do I need to look/modify?
If something else easier exists on Yaws, that will also be great. Thanks.