I'm making an email application using VueJS and I'm in the attachments part, and I want to get the file path because it's just enough so I can send the attachment using nodemailer.
Is there any method that I can pick up the path of the file that I chose to upload as an attachment after it has been uploaded to the server?