Search code examples
wordpressdropbox

Upload media to Dropbox


I want to know if there is any plugin that allow me to upload the media to a Dropbox location, instead of the traditional wp-content/upload folder?

P.S.: All the plugins that I find using Google concerns the backup to dropbox.

I'm looking for an equivalent of tantan-s3-cloudfront for dropbox instead of Amazon S3.

This is because my blog is hosted on Heroku, so I have to find a way to store media outside of Heroku.


Solution

  • Try this Plugin:

    http://wordpress.org/plugins/drop-in-dropbox/

    But i assume if you want realtime file hosting and serving from dropbox, you may need to write your own plugin/module and integrate Dropbox API.