Open mellonball opened 9 years ago
if we put a space in the string for the name, it causes an invalid character exception (since the url will have a space in it)
I think the correct fix would be to replace spaces with '%20'. I'll look into it.
if we put a space in the string for the name, it causes an invalid character exception (since the url will have a space in it)