Hi,
I used php form generator to to create an input form that stores data in localhost. It has text fields and one file upload field which is field_8. When sending data, i get a feedback saying Notice: Undefined index: field_8 in C:\xampp\htdocs\form\processor.php on line 16.
Please help how to define this file upload field.
the code is as follows:
Last edit: safgom masese 2015-12-22
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I used php form generator to to create an input form that stores data in localhost. It has text fields and one file upload field which is field_8. When sending data, i get a feedback saying Notice: Undefined index: field_8 in C:\xampp\htdocs\form\processor.php on line 16.
Please help how to define this file upload field.
the code is as follows:
Last edit: safgom masese 2015-12-22