Here's a stupid question, don't laugh, I've been trying to figure this out but no luck, I guess I'm too tired. So there's an application sending data (image file as string) to a php script, sending it with XMLHttpRequest.send(data)
. My question is how do I access this string in PHP to save it to a file?
EDIT $_POST
, $_GET
and $_FILES
are all empty