Hi.
I have swapped over our photoblog to using the safecracker file upload field.
when I test the field it shows the full url and the image displays fine.
my previous uploads only display the file name not the full url so do not show an image.
what is the best approach to getting all the old images to work
{exp:channel:entries channel="photoblog"}
<p>{photo}</p>
{exp:imgsizer:size base_cache="mypath" src="{photo}" height="110" width="110"}
<img src="{sized}" class="sideimage" width="{width}" /></a>
{/exp:imgsizer:size}
{/exp:channel:entries}
This code produces a full url and successfully displays an image for the file I uploaded using safecracker file.
previous uploads only show the file name so dont work with src.
thanks very much
Jon