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
#304 ## Category [ ] Enhancement [ x] Bug The ListItemAttachments remove the hyphens from filename during upload [ ] Question
@pnp/[email protected]
when I upload a file I'd like the name will not change
when I upload a file that contains an hyphen, the "-" char it is replaced by an empty string
Choose a file with filename "sam-ple.pdf", upload using drag & drop of file picker it is uploaded with filename "sample.pdf"
Thanks!
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
Sorry, something went wrong.
Thank you for submitting your first issue to this project.
I confirm this issue still persists with version 1.17.0
The fix is available in beta version and will be included in 1.18.0
No branches or pull requests
#304 ## Category
[ ] Enhancement
[ x] Bug
The ListItemAttachments remove the hyphens from filename during upload
[ ] Question
Version
@pnp/[email protected]
Expected / Desired Behavior / Question
when I upload a file I'd like the name will not change
Observed Behavior
when I upload a file that contains an hyphen, the "-" char it is replaced by an empty string
Steps to Reproduce
Choose a file with filename "sam-ple.pdf", upload using drag & drop of file picker
it is uploaded with filename "sample.pdf"
Thanks!
The text was updated successfully, but these errors were encountered: