asp.net mvc 4 - jquery fileupload Images Uploaded to Server Not Showing -
i able add files , upload them website correctly existing images on server not display in table correctly. show blank rows in table. href 'file:///d:/hosting/11318691/html/images/penguins.jpg' when believe should 'http://www.mywebsite.com/images/penguins.jpg'. using godaddy if matters.
you need edit .html file images <img src="/images/penguins.jpg'" >
rather <img src="file:///d:/hosting/11318691/html/images/penguins.jpg'" >
. web editing software using?
Comments
Post a Comment