Next.js Discord

Discord Forum

How can i upload images in next js and how load images fast ??

Unanswered
Polar bear posted this in #help-forum
Open in Discord
Polar bearOP
Is any one know kindly tell us

8 Replies

@Polar bear Is any one know kindly tell us
You can use [uploadthing](https://utfs.io)
or you can create your own implementation with Aws S3 or Cloudflare R2
@@ts-ignore You can use [`uploadthing`](<https://utfs.io>)
Polar bearOP
Is this is simple like node js express file upload or it is some complex
the principle is same
you can copy paste code from here
@@ts-ignore the principle is same
Polar bearOP
thanks a lot