webdev007
Programmer
- Sep 9, 2005
- 168
Is there a way to retain a “browsed” value
In a form including <input type="file" name="imagefile">
Within a HEREDOC.
Reason is: If I check for other value and a value for example does not pass my regex then
The user is offered a link back to the form
I know how to retain “text” values but do not know if it is possible to retain a browsed value
that has not been uploaded due to an exit() before script ends.
In a form including <input type="file" name="imagefile">
Within a HEREDOC.
Reason is: If I check for other value and a value for example does not pass my regex then
The user is offered a link back to the form
I know how to retain “text” values but do not know if it is possible to retain a browsed value
that has not been uploaded due to an exit() before script ends.