Helmet Posted July 14, 2008 Share Posted July 14, 2008 I feel like I should know this, but I rarely work with file uploads, so apparently I don't. I have a captcha image on the same page as a file upload, and I've been asked to repopulate the file upload field if the user is returned to the page with a captcha error. Is this possible? Link to comment https://forums.phpfreaks.com/topic/114717-repopulate-file-upload/ Share on other sites More sharing options...
Helmet Posted July 15, 2008 Author Share Posted July 15, 2008 How would one handle this? Link to comment https://forums.phpfreaks.com/topic/114717-repopulate-file-upload/#findComment-590113 Share on other sites More sharing options...
PFMaBiSmAd Posted July 15, 2008 Share Posted July 15, 2008 No. A type="file" form field is read-only as far as any client or server code is concerned. It can only be set by the browser's "file select" dialog box. Link to comment https://forums.phpfreaks.com/topic/114717-repopulate-file-upload/#findComment-590443 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.