Hi,
I have a form that collects data, one of them is an image. If they don't fill in certain fields error messages appear.
My problem is therefore that if they've uploaded an image and it's ok when the error message page comes on the image field goes back to blank. I can't seem to give it a value, is there any way of stroing the value so it will stay in this imageupload box?
<input type='file' name='imageupload'>
Thanks Guys