[OGo-Developer] SOPE and multipart/form-data

Wolfgang Sourdeau developer@opengroupware.org
Fri, 27 Jul 2007 11:37:07 -0400


Hi,


I have a form with multipart/form-data set as encoding type. This form 
contains dynamically generated file input fields. However I see no 
method in SOPE to manage the file's filename nor their mime-types, 
which forces me to reparse the HTTP request in a way that I consider 
not really clean.

Is there an alternative to that?


Wolfgang