Hello,
The form successfully emails me all the details including the name of the image file. But the file itself doesn't get uploaded to any designated (writable) directories. Please advise, and thank you!
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 ( [text_1] => 44444444444 [radio0] => Either [text_9] => 44444444 [text_12] => 4444444444444 [button_13] => Submit [60ff45ab3b30d304dda07909797f15e0] => 1 [1cf1] => 8dc04d7fd72b468e669cda576c7785f6 [chronoformname] => Portrait_Request )
6. $_FILES Array: Array ( [file_14] => Array ( [name] => testing.jpg [type] => image/jpeg [tmp_name] => /chroot/tmp/phpdzzrcR [error] => 0 [size] => 43562 ) )
7. Upload routine started for file upload by : file_14
8. /home/donaiswo/public_html/components/com_chronocontact/uploads/Portrait_Request/20100804153157_testing.jpg has NOT been uploaded!!
9. Form passed the plugins step (if enabled) OK
10. An email has been SENT successfully from (Donais Wolf Productions)(edited) to (edited)
11. Debug End
The form successfully emails me all the details including the name of the image file. But the file itself doesn't get uploaded to any designated (writable) directories. Please advise, and thank you!
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 ( [text_1] => 44444444444 [radio0] => Either [text_9] => 44444444 [text_12] => 4444444444444 [button_13] => Submit [60ff45ab3b30d304dda07909797f15e0] => 1 [1cf1] => 8dc04d7fd72b468e669cda576c7785f6 [chronoformname] => Portrait_Request )
6. $_FILES Array: Array ( [file_14] => Array ( [name] => testing.jpg [type] => image/jpeg [tmp_name] => /chroot/tmp/phpdzzrcR [error] => 0 [size] => 43562 ) )
7. Upload routine started for file upload by : file_14
8. /home/donaiswo/public_html/components/com_chronocontact/uploads/Portrait_Request/20100804153157_testing.jpg has NOT been uploaded!!
9. Form passed the plugins step (if enabled) OK
10. An email has been SENT successfully from (Donais Wolf Productions)(edited) to (edited)
11. Debug End