I am creating a form with a number of fields. The same page redisplays the form when some / any fields are invalid and uses value="$_POST['field name']" to display the already-entered value so that only invalid fields need to be re-entered.
This works fine, except that I can't get it to display the already entered value for type=file.
Any suggestions gratefully received.