CodeIgniter Forums
Ajax upload: Firefox data resubmission. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Ajax upload: Firefox data resubmission. (/showthread.php?tid=90330)



Ajax upload: Firefox data resubmission. - davecoventry - 03-02-2024

My site was uploading files perfectly until recently but I'm presuming that there was a security fix in the meantime which has stopped it working.
My users need to upload drawing files, but these are now blocked with a message:
"To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier."
Firefox then cancels the upload.
Google searches tell me that this is due to CodeIgniter using redirects.
Has anyone else had this problem?