What you could do is have some JavaScript which loops through each input and appends each value to a hidden form field. When the form is submitted simply get the value of that form field and overwrite the file with that value.
↧
What you could do is have some JavaScript which loops through each input and appends each value to a hidden form field. When the form is submitted simply get the value of that form field and overwrite the file with that value.