nginx-upload-module icon indicating copy to clipboard operation
nginx-upload-module copied to clipboard

Passing an array throught upload_pass_form_field

Open wimstockman opened this issue 12 years ago • 2 comments

Is it possible to pass an array to the upload_pass_form_field see you have second file ... <input type='text' name='colors[]>

Thank you for the great work already

wimstockman avatar Nov 06 '13 16:11 wimstockman

Array -- no, but multiple files in a form are allowed.

vkholodkov avatar Nov 06 '13 18:11 vkholodkov

Thank You , for your quick answer I managed a work around with the PCRE expresion adding a number to the fields and set upload_pass_form_field "nameoffield[0-9]+|nameofnextfield[0-9]+";

Bye

wimstockman avatar Nov 12 '13 10:11 wimstockman