Welcome Guest, Not a member yet? Register   Sign In
View Doesn't Load in IE 8 after Multipart Form Submit?
#1

[eluser]Vik[/eluser]
UPDATE: SOLVED - it was just a typo in the html. Validating the html found it.




I've got a multipart form, used to upload two data files. The form is created using the CI form helper, file upload class, and form validation class. It works fine in Firefox and Safari. In IE8,

Code:
$this->load->view('fileUploadView', $data);

...works correctly to load the view initially. However, when the form is submitted with errors, and the view is loaded again,

Code:
$this->load->view('fileUploadView', $data);

...is called - but the view is not loaded.

What could account for this?

Thanks in advance to all for any info.
#2

[eluser]Vik[/eluser]
Update - the above description of the anomaly may be incorrect... checking...

Update - solved - it was just typo in the html.
#3

[eluser]InsiteFX[/eluser]
IE is caching the web page you would need to do a refresh

Or do a redirect back to the controller with a refresh

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB