great video❤ also create a video for how to upload multiple files from the frontend using multer
@octacoder Жыл бұрын
Thank you 🙏🏻 I'll definitely consider it for future topic stay tuned for more content.
@dheerajsadani3 ай бұрын
nyc
@gregauman9610 ай бұрын
Cannot set headers after sent to client 🤷♂️
@octacoder10 ай бұрын
This issue often arises when you attempt to send multiple responses to a single HTTP request. If you have asynchronous operations, ensure that you're not attempting to send a response after the initial response has been sent.
@gregauman9610 ай бұрын
@@octacoder yeah, thxuuu 👍🍀
@sivajayaprakash9136 Жыл бұрын
Erroe Occurred Error: ENOENT: no such file or directory, open './siva.png' sir i got the above error kindly help me
@octacoder Жыл бұрын
Give correct path. Check code again
@sivajayaprakash9136 Жыл бұрын
so sir pls guide m e@@octacoder
@sivajayaprakash9136 Жыл бұрын
attachments: [ { filename: 'siva', path:'./siva.png' //replace files path according to your files }, ] this is my code for attachment @@octacoder
@octacoder Жыл бұрын
@@sivajayaprakash9136 just follow the video everything is explained step by step. You might be missing folder name you just give correct path sir. Or you can take source code from GitHub link is given in the description OK. You will succeed don't worry just follow step by step good luck 👍🏻