How to get the $_FILES array data as it is after form submission in following scenario?
问题 I've a form with too many fields. One of these fields is as follows: <form action="go_to_preview.php" role="form" method="post" enctype="multipart/form-data"> <input type="file" name="equip_image" id="equip_image"> </form> Now the purpose of file go_to_preview.php is to show the data filled in by user in the form of labels. All the filled in data are also contained in hidden fields. If user finds whatever he/she has filled in is perfect then user clicks the submit button present on file go_to