MulterError: File too large : How to Handle this error?
i am building a register functionality and uploading a profile image and sending it to backend. There multer handles it. The file size limit is set to 100kb.
Everything works fine.
But when i upload file larger than 100 kb ,
this error comes :