You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: