Mobile app version of vmapp.org
Login or Join
Tiffany637

: Image Hosting for Web Service I'm working on a website that would have a mass of uploaded images, each with a max of 2mb but adding up, in total, to much more than my VPS hosting (which

@Tiffany637

Posted in: #ImageHosting #Images #LookingForHosting #Php #WebHosting

I'm working on a website that would have a mass of uploaded images, each with a max of 2mb but adding up, in total, to much more than my VPS hosting (which has a max of 100gb used up by a lot of other similar projects) allows. I can not pay for a bigger plan and the website itself, as a .org, will likely not have advertising on it.

Everything including the PHP, CSS, JavaScript and website logos and artwork can be stored locally. It's just the images that cannot.

What I'm looking for is something that is free, doesn't track people, is reliable and easy to work with using PHP/JS and HTML. I don't want something that would require all the people using my website to also be logged into the image host.

Cheers,
MyUser

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Tiffany637

1 Comments

Sorted by latest first Latest Oldest Best

 

@Shelton105

I am not entirely sure of the terms and conditions of imgur's services, but you could look into a hosting provider such as that. Imgur's service limits to 1,250 uploads per day, and if you are providing a free service then hopefully you won't exceed that. If you do, then it's time to look into more robust hosting. Here's a link to their limitations:


api.imgur.com/#authentication

If that will work, users could upload images to your web service, you could use the imgur API (with your API credentials) to store the file, return the URL and link to that for your web service. Here's a link to their API documentation to implement some python on your backend:


github.com/Imgur/imgurpython

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme