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 ) )
Hi yadichan,
Do you have attachments enabled on the Email Setup Properties?
Bob
Do you have attachments enabled on the Email Setup Properties?
Bob
Please ensure upload fields names are the same as the files fields names in the HTML
Cheers
Max
Cheers
Max
This topic is locked and no more replies can be posted.