menatwork-ia / valumsFileUploader

Contao Extension :: Multiple file uploader without flash
http://www.contao.org/erweiterungsliste/view/valumsFileUploader.html
11 stars 3 forks source link

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

Open mp-itconsulting opened 12 years ago

mp-itconsulting commented 12 years ago

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