I'm not receiving the files that I uploaded. These are the settings that I have. I am not sure what I am missing😟
Field names:
Publication_Upload
and Publication_Upload2
Files Config: Publication_Upload:pdf,Publication_Upload2:pdf
Array Fields: Publication_Upload,Publication_Upload2
After the form is submitted I get this:
Errors
Array
(
)
Thank you in advance!
Field names:
Publication_Upload
and Publication_Upload2
Files Config: Publication_Upload:pdf,Publication_Upload2:pdf
Array Fields: Publication_Upload,Publication_Upload2
After the form is submitted I get this:
Errors
Array
(
)
Thank you in advance!
Hi LikeStuff,
Are they not being uploaded at all?
Why do you have the names in the Array Fields box - they aren't arrays as far as I can see?
Bob
Are they not being uploaded at all?
Why do you have the names in the Array Fields box - they aren't arrays as far as I can see?
Bob
Hi Greyhead,
No they are not been uploaded. Now I am getting this message:
I removed the names in the Array Fields box. Not sure what the issue is now though.
Thanks!
No they are not been uploaded. Now I am getting this message:
Sorry, your uploaded file type is not allowed.
I removed the names in the Array Fields box. Not sure what the issue is now though.
Thanks!
Hi LikeStuff,
You settings should upload pdfs OK
Please add a Debugger action and a Custom Code action with this code
Bob
You settings should upload pdfs OK
Please add a Debugger action and a Custom Code action with this code
<?php
echo'<div>$_FILES: '.print_r($_FILES, true).'</div>';
?>
and copy and post the output here,
Bob
Is this what you need?
Thank you.
$_FILES: Array ( [Publication_Upload] => Array ( [name] => PDF-Form-Test-1.pdf [type] => application/pdf [tmp_name] => /home/hosting/chroot/devt.xxxx.com/home/hosting/devt.xxxx.com/tmp/phpNsoQMw [error] => 0 [size] => 8911 ) [Publication_Upload2] => Array ( [name] => [type] => [tmp_name] => [error] => 4 [size] => 0 ) )
Thank you.
This topic is locked and no more replies can be posted.