My configuration is as follows:
WinXP
Apache 2.0.50
ActiveState Perl 5.8.3 build 809
Image:Magick 6.0.3 Q16
MT 3.0D
Local site path = d:/htdocs
Local archive path = d:/htdocs/archives
Symptoms:
I upload an image using the upload file option. I choose to upload into the archive path.
I choose to create a thumbnail and click the embedded image button. MT returns to the new entry page and pastes the following html in to the body:
CODE
<a href="http://www.domain.com/archives/Winter.jpg"><img alt="Winter.jpg" src="http://www.domain.com/archives/D:\htdocs\archives\Winter-thumb.jpg" width="320" height="240" border="0" /></a>
I have tried alomost every combination of relative and absolute references to my site paths that I can think of. Since the href link is correctly generated, I am guessing this may be a bug. Thanks for your help.