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
Upload a file with a space in the path, e.g. T/altright kreiger.png
T/altright kreiger.png
The space in the path is accounted for, and the image is correctly found.
I can escape the space, like so: T/altright\ kreiger.png but then the path isn't correctly found: Error: ENOENT: no such file or directory,
T/altright\ kreiger.png
Error: ENOENT: no such file or directory,
@Starefossen
The text was updated successfully, but these errors were encountered:
Can you provide info about your environment?
node --version
identify -version
Sorry, something went wrong.
This happens for me, it throws an error with no stacktrace with
MacOS v10.12.4 Node v6.10.2 ImageMagick 7.0.5-4 Q16 x86_64 2017-03-25 s3-uploader 2.0.3
I got around it by renaming files with encodeURIComponent() first, but it would be nice for the plugin to handle it.
encodeURIComponent()
anthonyringoet
No branches or pull requests
Steps to reproduce
Upload a file with a space in the path, e.g.
T/altright kreiger.png
Expected behaviour
The space in the path is accounted for, and the image is correctly found.
Actual behaviour
I can escape the space, like so:
T/altright\ kreiger.png
but then the path isn't correctly found:Error: ENOENT: no such file or directory,
@Starefossen
The text was updated successfully, but these errors were encountered: