Forums

Upload routinedoes not start

beillard 01 Mar, 2010
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é
GreyHead 01 Mar, 2010
Hi André,

Try disabling the File Upload, Apply the form; then Enable it again and Apply again to confirm the setting.

Otherwise I can only suggest double-checking all the settings. There are no hidden settings or anything else that might affect this.

Bob
This topic is locked and no more replies can be posted.