You can checkout my latest Next JS 14 Course: rb.gy/riwgme
@GyancssКүн бұрын
thank you sir
@yousuf4you4 күн бұрын
Can I upload file inside `/public/*` folder? and serve it dynamically on production ?
@musayazlk76548 ай бұрын
Is it necessary to use 3rd party storage or a separate backend structure for image or video uploads in Next.js?
@fsniraj8 ай бұрын
As per my knowledge Next JS doesn't have it's own storage like express servers and also the the max size we can send to the server inside next is 4.5MB so that is why we need to use 3rd party storage.
@rajugangitla7 ай бұрын
How can we upload pdf and other types of files other than image ?
@fsniraj7 ай бұрын
I tried with all the different types of files on cloudinary. I only didn't succeed with epub files but you can upload almost any other files on cloudinary. You can visit the documentation for that.