The uploads: settings seems to be ignored entirely and files are uploaded to /uploads/ by default even if enabled is explicitly set to false. As far as I've been able to tell, all child keys are ignored.
filename_handling: "suffix" is also ignored. defaults to prefix.
I have no clue if management_controller works as expected, but I've set it to false.
the attach_files: true key is also ignored.
At this point file type fields cannot safely be used.
My result: emails submit without attachments and my uploads folder is flooded with files.
I run in the same issue, it seems the documentation is not up to date.
I checked the source code and you have to add attach: true to the file field(s).
Working with bolt 5 beta 10.
The uploads: settings seems to be ignored entirely and files are uploaded to /uploads/ by default even if enabled is explicitly set to false. As far as I've been able to tell, all child keys are ignored.
filename_handling: "suffix" is also ignored. defaults to prefix.
I have no clue if management_controller works as expected, but I've set it to false.
the attach_files: true key is also ignored.
At this point file type fields cannot safely be used.
My result: emails submit without attachments and my uploads folder is flooded with files.