Hi. I created a form for file upload. The file uploads with no error, but the email doesn't have any attachments.
I added enctype='multipart/form-data' to the "Form tag attachment" in teh general tab. The uploads folder has permissions set to 777. I don't know what else to do. I'd appreciate any help.
The debug text:
I added enctype='multipart/form-data' to the "Form tag attachment" in teh general tab. The uploads folder has permissions set to 777. I don't know what else to do. I'd appreciate any help.
The debug text:
$_POST array: Array ( [nombre_txt] => Yadira [email_txt] => yadichan@prueba.com [8bc5f855b2e4e88b30263e117dcd900a] => 1 )
$_FILES array: Array ( [file_1] => Array ( [name] => certificado yadi.pdf [type] => application/pdf [tmp_name] => /tmp/phpl1wYwK [error] => 0 [size] => 139724 ) )