discourse/spec/fixtures/images/fake.long-FileExtension
Blake Erickson 44153cde18
FIX: Be able to handle long file extensions (#12375)
* FIX: Be able to handle long file extensions

Some applications have really long file extensions, but if we truncate
them weird behavior ensues.

This commit changes the file extension size from 10 characters to 255
characters instead.

See:

https://meta.discourse.org/t/182824

* Keep truncation at 10, but allow uppercase and dashes
2021-03-17 12:01:29 -06:00

2 lines
95 B
Plaintext

https://meta.discourse.org/t/uploading-files-with-longer-file-extensions-gets-truncated/182824