I'm writing a perl bulletin board CGI script that allows the user to upload image files and display them in their message. They have the option of previewing their post prior to submitting and making changes to the form fields if needed. When they preview the form appears with their original inputs, below their message. The problem is most browsers, for security reasons, ignore the value for input type= file, therefore the file fields are blank. Anybody have any ideas on how to hande this?