I\'m currently using a simple $_FILES upload script to upload pictures from my iPhone app to server. The image sizes, however, are large and I\'d like to resize them before
Try just writing it to a file with an image/[fill-in-the-blank] mimetype. Or maybe imagecreatefromstring will work. (NOT sure about any of these)
image/[fill-in-the-blank]
imagecreatefromstring
Or you can find another way to resize the images.