Hello,
I am trying to get the upload function to work with no result sor far. I'm using the default folder. Inside, a new folder is created but it remains empty.
1) Debug Data:
==================
==================
I believe everything is set up properly (I've tried all the forum solutions)
Here is what I get when I add custom code :
$_FILES: Array ( [file5] => Array ( [name] => mod_simplefileuploadJ30.zip [type] => application/zip [tmp_name] => /var/www/xxxxxx/web6/tmp/phpEebnbi [error] => 0 [size] => 530885 ) )
The upload folder has writting permissions and I also tried 777 for it.
I've attached 2Jegs you can see my configuration.
Thanks for having a look
I am trying to get the upload function to work with no result sor far. I'm using the default folder. Inside, a new folder is created but it remains empty.
1) Debug Data:
==================
Data Array
Array
(
[option] => com_chronoforms5
[chronoform] => test
[event] => submit
[Nom] => Nom
[Prénom] => Prénom
[button2] => Submit
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
)
==================
I believe everything is set up properly (I've tried all the forum solutions)
Here is what I get when I add custom code :
$_FILES: Array ( [file5] => Array ( [name] => mod_simplefileuploadJ30.zip [type] => application/zip [tmp_name] => /var/www/xxxxxx/web6/tmp/phpEebnbi [error] => 0 [size] => 530885 ) )
The upload folder has writting permissions and I also tried 777 for it.
I've attached 2Jegs you can see my configuration.
Thanks for having a look