Hi All,
In hosted web application, the number of users has been increased. My web application user's upload / download files very frequently (mostly daily).
There may be 80-100 numbers of files uploads / downloads happen daily. The result is my hosting provider has suspend my account because of the server is affecting.
So they suggest my to avails the file storage on cloud and then use that space for storing and downloading files.
I searched and found some storage packages on web.
Now I want to implement that storage with my application using C#.
Do you have any reference? any link? where someone has implemented AWS, or dropbox or google drive etc for same purpose.
Please suggest