CI3 file upload via ajax with csrf |
Assuming that the csrf token is included in the data sent to the server a failure to accept the POST is usually because the csrf has not been refreshed after a previous POST. Let me try to make that more clear. You only get to make one POST request using any given csrf token.
Without seeing your code it's impossible to offer concrete advice. |
Messages In This Thread |
CI3 file upload via ajax with csrf - by Goddard - 06-03-2020, 07:43 AM
RE: CI3 file upload via ajax with csrf - by dave friend - 06-03-2020, 07:56 AM
RE: CI3 file upload via ajax with csrf - by Goddard - 06-03-2020, 08:32 AM
RE: CI3 file upload via ajax with csrf - by thejmf - 06-04-2020, 12:19 AM
RE: CI3 file upload via ajax with csrf - by InsiteFX - 06-04-2020, 02:54 AM
RE: CI3 file upload via ajax with csrf - by Goddard - 06-04-2020, 06:10 AM
RE: CI3 file upload via ajax with csrf - by dave friend - 06-04-2020, 10:36 AM
RE: CI3 file upload via ajax with csrf - by Goddard - 06-08-2020, 12:38 PM
RE: CI3 file upload via ajax with csrf - by Goddard - 06-09-2020, 06:29 AM
RE: CI3 file upload via ajax with csrf - by thejmf - 06-09-2020, 10:15 AM
RE: CI3 file upload via ajax with csrf - by Goddard - 06-11-2020, 08:16 AM
RE: CI3 file upload via ajax with csrf - by Goddard - 06-16-2020, 06:57 AM
|