Code: Select all
<input type="text" name="lastName" value="<?php
if (isset($_POST['lastName'])) echo $_POST['lastName']; ?>" />Everything I have tried doesn't seem to be reloading that file attachment path from the user's computer in those file field elements on a page reload... so the user has to "re-attach" those files one by one again. Any idea how this can be done? Thanks a bunch.