I am using PHP and I have an image located at image/tomato.png relative to my PHP file.
I have managed to get a list of my cloudfile containers, so I know my rackspace authentication is working as expected.
Q: How can I upload the image file to rackspace cloudfiles container 'phpx' using PHP?
There is a simple cloudfiles API binding for PHP on github -> https://github.com/rackspace/php-cloudfiles
Sample usage :