8000 Allow media files to be non-ASCII and not force unique name with a suffix · Issue #2277 · knadh/listmonk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Allow media files to be non-ASCII and not force unique name with a suffix #2277
Closed
@veesiom

Description

@veesiom

Is your feature request related to a problem? Please describe.
As far as i can see, media filenames hardcoded to be:

  • unique (with random suffix)
  • ASCII only.

Describe the solution you'd like
Why wouldn't the app instead of adding random suffix just throw an error like there's already a file by that name, so user can come up with another unique, but quite readable filename?
Also, why wouldn't it support any other characters and not only the ASCII symbols? So you can name your attachments on any different languages.

We would really like to see any way around this as we've planned to use this great tool to send messages to our customers.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0