6
2 Comments

Any image upload form services?

Looking to integrate profile image uploads into a product, but don't want to write a bunch of client side code for cropping and server side code for format conversion, compression, etc.

Note that I don't want something like Imgur where everything is public - more something to build into a product with an API to integrate with.

Any good experiences with existing tools?

on December 2, 2019
  1. 1

    As mentioned by @jnoon22 you can use Doka JS or you can try BunnyCDN cloud storage, they got nice api too

  2. 3

    This comment was deleted 2 months ago

    1. 2

      Thanks for the mention @jnoon22!

      If you need uploading functionality as well you can integrate Doka with FilePond (open source).

      Always happy to answer any questions!