Category Archives: MochiWeb

Handling Multipart Uploads with MochiWeb

An explanation of how to handle file uploads with the MochiWeb Erlang library. The article includes a brief introduction to setting up MochiWeb and an explanation of how to handle file uploads and save them to the /tmp directory. I’ve also put together a very simple photo gallery system to show how to make use of this feature. Continue reading

Posted in Erlang, MochiWeb | 1 Comment