Hi there,
I searched the forum for an answer, but could not find one.
The Problem is: My file upload field in the form works great, the email contains the the file as attachement and the name is saved in the database too. You can send the file without any error:
http://app-entwickler-verzeichnis.de/anfrage-stellen
Only the file does never arrive at the server.
I checked
- form tag attachment: enctype="multipart/form-data"
- upload is "YES"
- path is writeable
- PHP admits uploads
- FTP uploads are enabled (though without values - but its not needed here, right?)
Thanks a lot for help!
Daniel
I searched the forum for an answer, but could not find one.
The Problem is: My file upload field in the form works great, the email contains the the file as attachement and the name is saved in the database too. You can send the file without any error:
http://app-entwickler-verzeichnis.de/anfrage-stellen
Only the file does never arrive at the server.
I checked
- form tag attachment: enctype="multipart/form-data"
- upload is "YES"
- path is writeable
- PHP admits uploads
- FTP uploads are enabled (though without values - but its not needed here, right?)
Thanks a lot for help!
Daniel