Comment by Sandeep Panda on "How do you do image uploads and processing?" | Hashnode
- I agree with what @maruru said. IMO, client side is a better option these days.
- Canvas is pretty solid for crop, resize etc.
- I usually send the image to server as data URI. Once it is on the server, I send it to cloudinary which is then backed up on Amazon S3.
- At Hashnode we are using face detection, thumbnail generation, add gravity, resize and various other transformations.
- Yes! I am sure many people will be interested in such an article.