This is my first topic in this forum. It relates to a problem I am experiencing with the file upload procedure, which I am not able to resolve myself. Since I am still a novice at this I would really appreciate help from experienced members of this board to solve my problem.
I need help to decipher the error which appears on the following form debug report. I built the form using the wizard and I have not touched yet the html script. The upload seams to work fine but in the upload folder I get the index.html file with written inside NULL.
Debug Report(I have Highlighted the error in red):
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_0] => Dante [text_1] => Meticcio [text_2] => 2002 [text_3] => Canile Hermada [text_4] => dsf [text_5] => sfd [text_6] => sdf [check0] => Array ( [0] => Adozione ) [button_9] => Invia [e89d1ac2b15673f5a70551678a017b87] => 1 [1cf1] => cb0b4513522e1d4184f8ea72aa27f40a [chronoformname] => masc_cani )
6. $_FILES Array: Array ( [file_7] => Array ( [name] => bullo.jpg [type] => image/jpeg [tmp_name] => C:\xampp\tmp\php3CA6.tmp [error] => 0 [size] => 6721 ) )
7. Upload routine started for file upload by : file_7
8. C:\xampp\htdocs\joomla01\images20101022191003_bullo.jpg has been uploaded OK
9. Form passed the plugins step (if enabled) OK
10. Debug End
Thank you in advance
Oriongate
I need help to decipher the error which appears on the following form debug report. I built the form using the wizard and I have not touched yet the html script. The upload seams to work fine but in the upload folder I get the index.html file with written inside NULL.
Debug Report(I have Highlighted the error in red):
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_0] => Dante [text_1] => Meticcio [text_2] => 2002 [text_3] => Canile Hermada [text_4] => dsf [text_5] => sfd [text_6] => sdf [check0] => Array ( [0] => Adozione ) [button_9] => Invia [e89d1ac2b15673f5a70551678a017b87] => 1 [1cf1] => cb0b4513522e1d4184f8ea72aa27f40a [chronoformname] => masc_cani )
6. $_FILES Array: Array ( [file_7] => Array ( [name] => bullo.jpg [type] => image/jpeg [tmp_name] => C:\xampp\tmp\php3CA6.tmp [error] => 0 [size] => 6721 ) )
7. Upload routine started for file upload by : file_7
8. C:\xampp\htdocs\joomla01\images20101022191003_bullo.jpg has been uploaded OK
9. Form passed the plugins step (if enabled) OK
10. Debug End
Thank you in advance
Oriongate