Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'inputType'=>'valumsFileUploader' still not working correctly #53

Open
mp-itconsulting opened this issue Aug 24, 2012 · 0 comments
Open

Comments

@mp-itconsulting
Copy link

This referres to the patch #19 (some posts regarding this, but currently not working)

I´ve created a field in BE:

'pdfFile' => array
(
'label' => &$GLOBALS['TL_LANG']['tl_mazda_womi']['pdfFile'],
'exclude' => true,
'inputType' => 'valumsFileUploader',
'eval' => array('path' => 'tl_files/custom/pdfFiles', 'extensions' => 'pdf', 'maxFileSize' => 20480000)
),

Files are uploaded correctly and everything looks fine, but the fieldvalue are not written to the database when saving the record. The field 'pdfFile' is empty. If i´m using "inputType => fileTree", everything is ok.

I´m using Contao 2.11.5, latest vFU (from GIT), Chrome 21.0x and SSL.

Kind regards
Michael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant