Hi,
there are plenty of threads in this forum, and I have tried lots of things, but still...
In my form the Files Upload routine nicely asks for the file to be uploaded, but the files aren't uploaded.
The debugger tells /var/www/xxx/components/com_chronoforms5/chronoforms/uploads/jobportal/Nikon.jpg could not be uploaded!!
The $_Files Array says
$_FILES: Array ( [input_bild] => Array ( [name] => Nikon.jpg [type] => image/jpeg [tmp_name] => /tmp/phpMLszXj [error] => 0 [size] => 33331 ) )
And on top:
When the file size is bigger than noted in the Files Upload settings, I don't get the message I put in there,
but I get $_FILES: Array ( )
and most of the Form Array fields are empty as well.
What am I doing wrong ?
Thanks for any idea...
doromi
there are plenty of threads in this forum, and I have tried lots of things, but still...
In my form the Files Upload routine nicely asks for the file to be uploaded, but the files aren't uploaded.
The debugger tells /var/www/xxx/components/com_chronoforms5/chronoforms/uploads/jobportal/Nikon.jpg could not be uploaded!!
The $_Files Array says
$_FILES: Array ( [input_bild] => Array ( [name] => Nikon.jpg [type] => image/jpeg [tmp_name] => /tmp/phpMLszXj [error] => 0 [size] => 33331 ) )
And on top:
When the file size is bigger than noted in the Files Upload settings, I don't get the message I put in there,
but I get $_FILES: Array ( )
and most of the Form Array fields are empty as well.
What am I doing wrong ?
Thanks for any idea...
doromi