Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to upload files to Rackspace Files Cloud from browser?

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

like image 949
Alexey Zakharov Avatar asked Nov 06 '22 02:11

Alexey Zakharov


1 Answers

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

like image 140
Chmouel Boudjnah Avatar answered Nov 15 '22 11:11

Chmouel Boudjnah