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?
Asked
Active
Viewed 176 times
2 Answers
1
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

devudilip
- 1,270
- 14
- 25
0
Yes, you can. There is a public API with wich you can use HiDrive from within your application. Check out: https://dev.strato.com/hidrive/

DocValerian
- 11
- 1