Are you trying to render the image through XSLT, .NET or directly through a umbraco:item in your template? And are you using a media picker, an upload field or just inserting the image in a richtext editor?
From your path it looks like you are running Umbraco in a virtual directory, instead of on the root of your site, is that correct?
I believe this is a bug when running Umbraco in a virtual directory, I ran into the same issue. There is a workitem if you could vote it up: http://umbraco.codeplex.com/workitem/29196
There may be a way (?) to use an event handler to correct this but I haven't had time to look into it yet
Image is not displayed
Hello sir,
I want to insert image in content of the page but it will not displayed.I have inserted media image and i am trying to use image but it doesn't work.
Regards,
Mitali
Hi Mitali
Are you trying to render the image through XSLT, .NET or directly through a umbraco:item in your template? And are you using a media picker, an upload field or just inserting the image in a richtext editor?
/Kim A
1.I am using media picker to upload the image.
2.In content section in one of d page i am using richtext editor to insert the image.
3.First time it will be visible but once i save&publish it get disappear .
before save&publish path = "/cms1/media/952/jobsearch2.bmp"
after save&publish path = "/media/952/jobsearch2.bmp" (auto change)
I would appriciate your quick response
Thanks & Regards
Mitali
Hi Mitali
Can you access the image by going to www.yourdomain.com/media/952/jobsearch2.bmp ?
Is the media folder in the root of the umbraco folder?
/Jan
Hi Mitali,
From your path it looks like you are running Umbraco in a virtual directory, instead of on the root of your site, is that correct?
I believe this is a bug when running Umbraco in a virtual directory, I ran into the same issue. There is a workitem if you could vote it up: http://umbraco.codeplex.com/workitem/29196
There may be a way (?) to use an event handler to correct this but I haven't had time to look into it yet
Thanks,
Tom
is working on a reply...