Server side, I have a base64 encoded string which represents a jpg image.
My class method expects to have that file inside $_FILES array and I can't change that code.
How can I manually push that base64 inside $_FILES? Should I use a temp file?
Once added to $_FILES, will I be able to access file information like size or tmp_name?