Alright, so I have a flash (AS3) file POSTing variables to a php file to fwrite a xml file. I also pass a FileRefenerence to upload to php temporarily and then split the uploaded image into two cropped and resized images using imagejpeg(). Everything works on localhost, but it won't work on the...