I have a form that submits a picture, screenshot is the name of the input tag.
In the php script I can print out $_FILES['screenshot']['name'], but when I try to get the temp folder it is saved in on the server with $_FILES['screenshot']['tmp_name'], I get nothing.
Anyone know why? Seems like the file gets to the temp folder, but I can't get the path.