Title: Handling a multipart/form-data post

Hi again !

I'm in the work to integrate the FCKeditor with Cocoon (a Cocoon "connector") : this editor can be included in a web page and the user can insert, in other things, an image by browsing existing files on the server ; another fonctionality is to upload a file to the server. For this a common "multipart/form-data" post goes with a request.

In Cocoon, how can we handle a such request ?

Thank you for any precius help.