I'm trying to upload files using ajax. My php configuration only allow very small "post_max_size". So I have to upload the files separately, parallel run..!
I have \Security::check_token() always return false due to more than one token being issued at very short time.
It seem like Fuel doesn't support multiple CSRF token.