How can I serve static images with spaces in the filename using Meteor?
I have an image in some subdirectories in my public folder and the ones
without spaces in the name are served fine, but the ones with spaces
redirect to the main page (which seems sorta dumb as it is [it should be a
404 if it isn't going to work right]).
An example of a working image: localhost:3003/magicimgs/M14/Blessing.jpg
An example of a non working image:
localhost:3003/magicimgs/M14/Academy%20Raider.jpg
They both exist and work in the exact same app in the same folder
structure, using backbone and angular.
Even troubleshooting steps would be great... I'm having a really difficult
time navigating around Meteor. When things work, it's great, when they
don't I have no way to troubleshoot it. thanks.
No comments:
Post a Comment