howljs/hl_image_picker

Issue when filename contains space

Closed this issue · 0 comments

If the picked filename contains spaces, the path is url encoded and cannot be loaded

For example:
Original path: path/to/image name.jpeg
picker item path: /path/to/image%20name.jpeg

This issue has been tested on iOS.