I am having a file input field:
<input class="uploadReptCtrl" id="lang_file_1" name="photo[[1,312,3]]" type="file">
I am trying to change the third element of the array in the name attribute so that it becomes:
<input class="uploadReptCtrl" id="lang_file_1" name="photo[[1,312,4]]" type="file">
How is it possible?