Most voted "appendage" questions
6 questions
Sort by count of
-
2
votes0
answers164
viewsPick up file path after upload?
I am making an email application using Vuejs and I am in the attachments part, and I want to get the file path because only it is enough for me to send the attachment using nodemailer. Is there any…
-
0
votes1
answer69
viewsSend email after upload is complete?
I have the following function for sending emails using the nodemailer and a Hapijs server: let data = request.payload; if (data.file) { let name = data.file.hapi.filename; let caminho = __dirname +…
-
0
votes1
answer69
views -
0
votes1
answer160
viewsError in PHP form with attachment submission
I’m having trouble sending PHP form with attachment. It causes the error: Parse error: syntax error, Unexpected T_VARIABLE in dominio.com.br daniel formulario Formking envia.php on line 19 On line…
-
-1
votes1
answer103
viewsPhpmailer does not attach
I’ve looked at Stack’s answers, I’ve done it before, but it’s still going wrong. So I’d like you to take a look and maybe find something I can’t see Is that simply the email sent by Phpmailer does…
-
-1
votes1
answer51
viewsForm attached to Codeigniter
Good afternoon. I had to implement a section for sending resumes through the site, but the attachment is not working, even the script can read $_FILES even having in the form the attribute *…