Building Your First Application: Part 5 - Uploading Images
Friday, November 28, 2008 at 1:03 PM The Printfection API lends itself really well to creating absolutely unique shirt designs from user created content. You might have a website where people can upload something and then manipulate it, or you might be creating your own images. Either way, you need to get the images uploaded to Printfection as part of the product creation process.
The Printfection API has a built in method for uploading images to your account, "Printfection.Images.upload", which is a little bit different from the other methods. Firstly, it must be sent as a POST request, and unlike the other methods, it has it's own URL for the request, http://upload.printfection.com/api_upload.php.
