Question

Is it possible to upload files to Rackspace Files Cloud from browser like in Amazon S3?

Was it helpful?

Solution

If you are speaking about uploading via the browser then you can use https://manage.rackspacecloud.com/ which has a nice web interface to upload your files.

If you want to have an API call from the browser since the API is all in REST it should not be too hard to implement it in JavaScript, I haven't seen any library/binding in JavaScript but this should be pretty straightforward to do straight with jQuery or such, see this SO article for some examples :

JavaScript REST client Library

and this is a link for the REST documentation of Rackspace CloudFiles :

http://docs.rackspacecloud.com/files/api/cf-devguide-latest.pdf

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top