I have a simple ChronoForm with a file upload field. The form is writing to the database and the email is coming through, but the file is not uploading to the directory, nor is it attached in the email. Please note I run my own server and have a _very_ different configuration than most users with hosting.
My first question: does the upload directory have to be owned by the same user as Joomla's FTP layer? That is not the case in my setup.
For testing I'm only allowing .doc files. My syntax for file upload is: file:doc{5000-0}
Debug output (I saw the 'NOT been uploaded!!' message:
Thank you very much for your help!
My first question: does the upload directory have to be owned by the same user as Joomla's FTP layer? That is not the case in my setup.
For testing I'm only allowing .doc files. My syntax for file upload is: file:doc{5000-0}
Debug output (I saw the 'NOT been uploaded!!' message:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [name] => Stephan Ross 7 [title] => Test 7 [email] => stephan.ross@dri.edu [institution] => DRI 7 [abstract] => Abstract test 7 on 8/9 [chrono_verification] => MJYXQ [ba513fdcda51ffa90b7707ee3108cadf] => 1 [1cf1] => d743094bc07a31895933fd91b96d456f [chronoformname] => icmg_abstract )
6. $_FILES Array: Array ( [file] => Array ( [name] => Test abstract from Stephan.doc [type] => application/msword [tmp_name] => /tmp/php0TaG6J [error] => 0 [size] => 9944 ) )
7. Upload routine started for file upload by : file
8. /www/CMS/DRI/components/com_chronocontact/uploads/icmg_abstract/20100809135417_Test abstract from Stephan.doc has NOT been uploaded!!
9. Form passed the plugins step (if enabled) OK
10. An email has been SENT successfully from (Stephan Ross 7)stephan.ross@dri.edu to icmg@dri.edu
11. An email has been SENT successfully from (Stephan Ross 7)stephan.ross@dri.edu to stephan.ross@dri.edu
12. Debug End
Thank you very much for your help!