Or you might try Javascript validation if possible. -----Original Message----- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 1:02 PM To: CF-Talk Subject: Re: How display value of form input file with type=file when user returned to prefilled form after validation error?
> Does anyone know of a way to redisplay what was entered in the field where a > user browsed to a file to upload and then returns to the form entry screen after > submission b/c of validation errors? Doesn't happen, can't happen. Best thing to do is save the file they selected originally and put logic in to display the name of the file and give the option to upload a new file. On submit of the second display of the form if there is a file attached, erase the old one otherwise use the original. HTH Hatton ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275036 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

