I'm trying to send a file using this plugin, but the server side checking confirms if it's a valid ajax call, detecting if HTTP_X_REQUESTED_WITH is set in the header. This is an iframe submit, not an ajax call, so the header is not set.
How can I set the header to validate against the server side checking?
I'm trying to send a file using this plugin, but the server side checking confirms if it's a valid ajax call, detecting if HTTP_X_REQUESTED_WITH is set in the header. This is an iframe submit, not an ajax call, so the header is not set.
How can I set the header to validate against the server side checking?