Hi i want to store the audio file in database when i try your solution i am getting error "const { path } = req.file; // file becomes available
i am not getting what to do can you help me out
Hi Pooja thanks for reaching out. I have a few confirmations
where exactly did you add the "const { path } = req.file; // file becomes available" in the codebase, this matters because it's only available after the actual upload is done.
can you share a link to the repo for additional troubleshooting if option1 did not fix it.