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
Hello doromi,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I upload files under some user's folder
How can I zip uploaded files?
How can I edit uploaded files in a form?
How can I attach uploaded files to an email?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I upload files under some user's folder
How can I zip uploaded files?
How can I edit uploaded files in a form?
How can I attach uploaded files to an email?
P.S: I'm just an automated service😉
HI doromi,
Please drag a Debugger action into the On Submit event, then submit the form and post all of the debug results here.
It looks as though the file is being uploaded to the site tmp folder but ChronoForms is then unable to copy it over to the folder you have specified. Does that folder exist and is it writable?
Bob
Please drag a Debugger action into the On Submit event, then submit the form and post all of the debug results here.
It looks as though the file is being uploaded to the site tmp folder but ChronoForms is then unable to copy it over to the folder you have specified. Does that folder exist and is it writable?
Bob
This topic is locked and no more replies can be posted.