Z
zion
Hi,
I have database with picture locations, for example: c:\temp\test.jpg.
How can webservice return picture link?
<img width=200 height=150 src='file://c:\\temp\\test.jpg' />
<img width=200 height=150 src='c:\\temp\\test.jpg' />
It works only if the link is:
<img width=200 height=150 src=http://images/test.jpg' />
I have database with picture locations, for example: c:\temp\test.jpg.
How can webservice return picture link?
<img width=200 height=150 src='file://c:\\temp\\test.jpg' />
<img width=200 height=150 src='c:\\temp\\test.jpg' />
It works only if the link is:
<img width=200 height=150 src=http://images/test.jpg' />