We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The test that raised this issue was when I uploaded a pdf with a filename like pdf_name.here.pdf
When I then try to open this file it gets truncated to pdf_name.here, which doesn't exist.
I checked the cms_attachments table and the new record wasn't assigned a data_file_path like content that's uploaded as a File.
Scrubbing the filename to 'pdf_name.pdf' fixes the problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The test that raised this issue was when I uploaded a pdf with a filename like pdf_name.here.pdf
When I then try to open this file it gets truncated to pdf_name.here, which doesn't exist.
I checked the cms_attachments table and the new record wasn't assigned a data_file_path like content that's uploaded as a File.
Scrubbing the filename to 'pdf_name.pdf' fixes the problem.
The text was updated successfully, but these errors were encountered: