I am working on an error processing template for a form that uploads files to the server. Currently, on my action page, I have NAMECONFLICT set to "Error", and I send the user to an error processing page. I want to give them three choices: cancel, overwrite, or view the pre-existing file, and if they select "View pre-existing file", then, once they see the contents of the file, give them the option of cancel or overwrite. Any suggestions? I am considering setting NAMECONFLICT as a variable, and pass back a URL variable depending on the user's choice. If the the user chooses "Overwrite", I would like to send an "Are you sure?" message before actually doing it. Plus, how would I preserve the name of the pre-existing file? It looks like the form variable contains the contents of the file, not a link to it, and I don't think I can pass the contents of the file as a URL variable. Thanks in advance! Calista :-X
Jedi Knight,
Champion of the Force
Jedi Knight,
Champion of the Force