terminal42 / contao-fineuploader

Uploader extension with chunking support for Contao Open Source CMS using FineUploader by Widen
MIT License
19 stars 21 forks source link

No e-mail attachments with fine upload #115

Closed lizardat closed 1 month ago

lizardat commented 1 month ago

Contao 5.3.15 NC 2.0.16 Fine Uploader 3.4.13 PHP 8.3

I know this issue is supposed to be closed but I still get the same problem as others before: fine upload does not attach files to the email (with saving option deselected).

however, all files are correctly uploaded and saved with option selected. Also files are correctly attached when using the regular file upload form field.

This is an update from Contao 4.13 where attachments via fine uploader were working fine.

fritzmg commented 1 month ago

I have just tested it and it works. Please post a screenshot of your fineuploader config and your notification message config.

lizardat commented 1 month ago
Bildschirmfoto 2024-09-23 um 11 30 42 Bildschirmfoto 2024-09-23 um 11 29 56
fritzmg commented 1 month ago

You need to use ##form_upload_0## instead of ##form_upload##. Fineuploader widgets always have multiple values.

lizardat commented 1 month ago

Thanks.

fritzmg commented 1 month ago

But you are saying you had the same config in Contao 4.13 and NC 1.x and it worked?

lizardat commented 1 month ago

yes. ##form_upload## only. no matter how many files.

fritzmg commented 1 month ago

In any case, this is not an issue with this extension - closing again in favor of https://github.com/terminal42/contao-notification_center/issues/342