Copyright © 2007 Mochi Media, Inc.
Authors: Bob Ippolito (bob@mochimedia.com), Marc Worrell (marc@worrell.nl).
Parse multipart/form-data request bodies. Uses a callback function to receive the next parts, can call a progress function to report back the progress on receiving the data.
Adapted from mochiweb_multipart.erl, integrated with webmachine and zotonicrecv_parse/1 | Receive and parse the form data in the request body. |
recv_parse/2 |
recv_parse(Context) -> {form(), NewContext}
Receive and parse the form data in the request body. The progress function should accept the parameters [Percentage, Context]
recv_parse(UploadCheckFun, Context) -> {form(), NewContext}
Generated by EDoc, Feb 25 2011, 21:14:41.