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

Add eval field 'storeFile' #562

Open
Tastaturberuf opened this issue Sep 4, 2020 · 1 comment
Open

Add eval field 'storeFile' #562

Tastaturberuf opened this issue Sep 4, 2020 · 1 comment

Comments

@Tastaturberuf
Copy link
Contributor

Tastaturberuf commented Sep 4, 2020

Ich habe den Fall, dass ein Mitglied über das Module Persönliche Daten Dokumente hochladen soll, die in seinem Homedirectory gespeichert und mit dem Datenbankfeld gespeichert werden sollen. Im DCA habe ich den Type fileTree gesetzt, der wird im Frontend auch in ein upload-Widget umgewandelt. Nur speichern geht halt nicht. Gibts dafür einen trick contao von haus aus dazu zu bewegen oder eine brauchbare gepflegte erweiterung?

Hab's gefunden.

'eval' => [
        'storeFile' => true,
        'uploadFolder' => '...'
]

https://contao.slack.com/archives/CK4J0KNDB/p1599139409210600

@fritzmg
Copy link
Contributor

fritzmg commented Sep 4, 2020

Hm, this is a tricky one, as this attribute is specific to the front end form field FormFileUpload. Thus putting it into the eval documentation of the DCA would not be entirely correct, as it has no meaning in the back end.

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

No branches or pull requests

3 participants