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