In my rails application i have an option to upload documents. I want to save those uploaded documents somewhere in the online. I googled and got a free online storage site named hi drive (https://www.hidrive.strato.com/). Can we upload files to hidrive from our application using paperclip?
Yes you can upload in many ways. Check following list for few of them
==> Using ftp upload Check this gem for paper clip ftp upload
==> Using web-dav upload Check this gem for an idea
==> Using direct api Hi Drive developer account