Closed GoogleCodeExporter closed 9 years ago
For example (example only, url's are fictitious)
Broken link
mysite.net/functions/theme/thumb.php?src=mysite.net/images/Size+Bamboo_3.jpg&w=2
00&h=150&zc=1&a=c
Working link
mysite.net/images/Size+Bamboo_3.jpg
Original comment by m...@injectdigital.com
on 31 Jan 2012 at 12:29
Browser interprets '+' as ' ' (space). Try to change your '+' in '%2B', must
work!
Original comment by spartaku...@gmail.com
on 31 Jan 2012 at 3:23
If it was the browser then surely this wouldn't work either?
mysite.net/images/Size+Bamboo_3.jpg
Original comment by m...@injectdigital.com
on 31 Jan 2012 at 10:28
spartakusmd is right - the url in a query string needs to be encoded (using
urlencode($src) in php for example).
Original comment by BinaryMoon
on 7 Feb 2012 at 1:53
Original comment by BinaryMoon
on 20 Feb 2012 at 12:52
Original issue reported on code.google.com by
m...@injectdigital.com
on 31 Jan 2012 at 12:25