Log in

View Full Version : Resolved form resubmission warnings



traq
07-07-2011, 07:25 AM
Okay folks, here's the situation:

I have a multi-step process where a user inputs info, uploads images, edits the images, more info, etc. etc....

If the user clicks the button, I have a problem. (No, the info is not processed twice; I account for duplicate submissions server-side.) The problem is that modern browsers all [b]issue a warning that the user is about to re-submit a form. The situation ranges from cryptic (IE) to completely unworkable (Chrome), but in all cases, Ugly.

anyone tackled this issue before?

Beverleyh
07-07-2011, 10:22 AM
Maybe this provides a fix? http://shiflett.org/articles/how-to-avoid-page-has-expired-warnings

traq
07-07-2011, 05:39 PM
actually, that did. had to carry it a little further to connect the processing response to the final page. thanks! now to integrate without rewriting... :D