logo

React

React

Resize Image in React Before Upload

While uploading an image, sometimes it may be required to resize it on the client side and sending the resized image to the server.
9 February 2025
NextJS

Handling File Uploading in NextJS

NextJS Edge Runtime has made handling file uploading quite simple using the FormData interface. We can use FormData in the frontend to send upload request and also use this in server side to process uploads.
9 February 2025