marcus71
|
| Joined: 10 Aug 2008 |
| Total Posts: 2 |
| |
|
Image Thumbnailer work across domains? Posted: 16 Jun 2009 01:34 PM |
Hi Julian
Is it possible to have the dll and aspx file located on one domain but read image files from another? ie have fully qualified URLs as the 'i' parameter:
<img src="/image_thumbnailer.aspx?i=http://www.domain.com/image.jpg&w=100" alt="" />
Have tried the above but without success.
Cheers
Mark
|
|
|
 |
|
|
Re: Image Thumbnailer work across domains? Posted: 25 Aug 2009 07:05 AM |
I have the same query, has anyone got the answer please
I have tried to modify the line
img=System.Drawing.Image.FromFile("http://www.domain.co.uk/"+(ImagePath));
but it doesn't seem to work.
thanks in advance
Pete
|
http://www.petejarvis.co.uk • http://www.bubbleinternet.co.uk |
|
 |
|