I thought Cloudflare was going to win the image hosting/serving/resizing game based on their original blog post, but that doesn't seem to be the case.
I kept getting frustrated with the complexity and changing costs of solutions out there, so about a year ago I launched https://www.simplefileupload.com. It's a super easy, flat rate cost solution to quickly allow users to upload images and files. It provides a customizable upload widget and serves files via a CDN and firewall to protect against attacks. It doesn't have query param image resizing yet, but it's coming!
Cool to see this here! I've been following your journey on the Software Social podcast [0] and it's awesome to watch the project progress. I also really enjoy that the podcast is not all sunshine and rainbows, like you actually talk about the ups and downs and it's great. We need more like it.
Isn't it a bit too easy to exploit this? Like by maliciously uploading tons of data to the account of a site using this service in order to exceed their limit and hence break their file upload process.
Wow, this looks so awesome! Really simple UI too — gonna have to give this a try. I was just struggling with some client-side image upload stuff last week, and I love the idea of doing the full service integration from client to backend as a product.
BTW - I’m part of the dev advocate team at Cloudflare, would you want to chat sometime about your experience with Images? Definitely would love to hear your perspective as a dev on what could be better!
oh its leenyburger! loving that you are building it in public on your Software Social podcast. listening to you two over the past year has been really educational.
What Colleen has built is indeed quite simple to use.
You just add the JS snippet, SFU handles all the storage and just returns a URL.
And bonus points, it's directly uploaded to S3. From the documentation: "Simple File Upload uses direct uploads. In a direct upload, a file is uploaded to S3 from a user's browser, without first passing through your app."
Just FYI, your front page is broken in Firefox with default uBlock Origin settings. Considering potential audience, you might want to fix that. The pricing page is fine.
I kept getting frustrated with the complexity and changing costs of solutions out there, so about a year ago I launched https://www.simplefileupload.com. It's a super easy, flat rate cost solution to quickly allow users to upload images and files. It provides a customizable upload widget and serves files via a CDN and firewall to protect against attacks. It doesn't have query param image resizing yet, but it's coming!