I\'ve got a resource on my server named:
some image.png
There\'s a space in the name. When I type the url into the browser (chrome), it\'s tran
May not be the best solution but you could using path.replace(" ","%20").
As previously stated both "+" and "%20" should work but if "+" does not I think you have to do a manual replace.