i am using FA2.3.22. i treid to add multiple files by altering the file_cells and file_row() functions.
<input type="file" name="attachement[]" multiple="multiple" />.
But when it submitted, it returns
"{ attachment%5B%5D":{"name":"2.jpg","type":"image\/jpeg","tmp_name":"F:\\xampp\\tmp\\phpF3C0.tmp","error":0,"size":91811}}
i encoded with json and printered the error, it shows like this, but in default it will pass the array of input files, which we selected. Here it takes only one file, which is last we selected. than
the url character for [] appears %5B%5D.
I hope yo can help me on this, its not accepting the array of inputs here.