I'm using Appharbor as a free hosting for my application. I have a simple "path image uploader" to a specific folder in my project, and when using Appharbor it will store it normally but the images will get deleted everytime I push the project.
I've search for a solution and I end up everytime getting redirected to a cloud storage such as Amazon S3 which is super cheap.
So I created an account and saw that you can actually upload images and get a hyperlink of the file.
But now I can't really find a way to make my HTML form to POST/upload images to my "bucket" folder in the Amazon S3.
So I'm wondering if there's a way to do this using ASP.NET MVC 4 C#?