Richard Westington
Richard Westington

Reputation: 943

PHP upload to rackspace CDN

I recently bought a rackspace cloud server, how do I use a PHP script to upload files(images,videos) to my cloudfiles account.

Upvotes: 2

Views: 2585

Answers (2)

stavgian
stavgian

Reputation: 121

If you use any framework you can try codeigniter and the cloudmanic-storage spark

Upvotes: 0

Robert Collazo
Robert Collazo

Reputation: 165

There are examples on the Rackspace Docs site for using curl. You can also find PHP examples here.

Upvotes: 6

Related Questions