[Vtigercrm-commits] [vtiger development] #4661: Image with # mark uploads fine, but doesn't get displayed
vtiger development
vtiger-tickets at trac.vtiger.com
Fri Dec 14 05:56:38 EST 2007
#4661: Image with # mark uploads fine, but doesn't get displayed
------------------------+---------------------------------------------------
Reporter: vamsee | Owner: developer
Type: defect | Status: new
Priority: minor | Milestone:
Component: vtigercrm | Version: 5.0.4
Resolution: | Keywords:
------------------------+---------------------------------------------------
Comment (by prasad):
The contact image src is set to
'storage/2007/December/week2/160_hash#mark.jpg'
Browser is trying to fetch 'storage/2007/December/week2/160_hash' file as
#mark.jpg is taken as a bookmark in the page :)
We have to encode the url when setting the src value of image so that this
url is tried to get image:
'storage/2007/December/week2/160_hash%23mark.jpg'
We might to do it in other related places too!
Regards,
Prasad
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4661#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list