I'm new to this stuff but I'm writing an application that basically runs on Event Machine. There are a few html files that are served up with WEBrick but the rest of the app runs in the browser with javascript and a Web Socket connection to the Event Machine app.
I want to be able to accept file uploads but i'm not exactly sure how to do it. I didn't see anything on the CarrierWave wiki that mentioned Event Machine. I might be thinking about this the wrong way, but how can I use CarrierWave with Event Machine?
--Andrew