We are using Uploader in MVC. we have an uploader that uploades an image to the server (NOT AJAX) anf then we update the UI with the uploaded image.
The strange behaviour is that if you now press the browser back button, the page that was update is completely lost. Is there anyway to stop the uploader from doing its thing when the browser back button is clicked?