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
in email 2019-02-25 MA reported download resume button downloaded a random file extension.
This is due to appending the ISO8601 date string to the file name while saving.
The text was updated successfully, but these errors were encountered:
Could strip the ISO8601 date string from the file name on the client.
Sorry, something went wrong.
Side tangent. The strange file extension may explain the difficulty/need for the <object> tag attribute type="application/pdf".
<object>
type="application/pdf"
No branches or pull requests
in email 2019-02-25 MA reported download resume button downloaded a random file extension.
This is due to appending the ISO8601 date string to the file name while saving.
The text was updated successfully, but these errors were encountered: