Next.js Discord

Discord Forum

image picker for react/next

Unanswered
Mallow bee posted this in #help-forum
Open in Discord
Mallow beeOP
hey guys does anybody know a good image picker library for next js project? i only found lib for react native apps

2 Replies

@Mallow bee hey guys does anybody know a good image picker library for next js project? i only found lib for react native apps
Well, it's pretty simple to build one. input with type "file" is already an image input and the upload part is your job, because the library don't know where to upload your files.

So create a input type file, style it and you are done 👍
@Mallow bee solved?