Upload routinedoes not start
Hi,
Upload works fine with 3 forms but not with the fourth one.
For those wich are working: the debug report shows :
6. $_FILES Array: Array ( [file_descProj] => Array ( [name] => artisanat.jpg [type] => image/jpeg [tmp_name] => /var/log/tmp/php6B0nDZ [error] => 0 [size] => 4508 ) )
7. Upload routine started for file upload by : file_descProj
But for the one wich does not work, line 7 (Upload routine started) is not present.
I checked :
path : is writable
name of field and name in the form are the same
Field names/allowed Extensions
...
Help will be welcome
André
Upload works fine with 3 forms but not with the fourth one.
For those wich are working: the debug report shows :
6. $_FILES Array: Array ( [file_descProj] => Array ( [name] => artisanat.jpg [type] => image/jpeg [tmp_name] => /var/log/tmp/php6B0nDZ [error] => 0 [size] => 4508 ) )
7. Upload routine started for file upload by : file_descProj
But for the one wich does not work, line 7 (Upload routine started) is not present.
I checked :
path : is writable
name of field and name in the form are the same
Field names/allowed Extensions
...
Help will be welcome
André
This topic is locked and no more replies can be posted.