Skip to content

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

Description

@mp-itconsulting

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions