Am using a file upload for an image on my website in a news section and it works fine in my homepage and the news page but i click on a specific news to get the descriptions the path of the image is lost...
Seems like the upload works properly. But you maybe need to render the image recursively. How do you render the image now? Could you perhaps provide us with a snippet of your code?
File Upload
Am using a file upload for an image on my website in a news section and it works fine in my homepage and the news page but i click on a specific news to get the descriptions the path of the image is lost...
Any advise??
/fuji
Hi Fuji
Seems like the upload works properly. But you maybe need to render the image recursively. How do you render the image now? Could you perhaps provide us with a snippet of your code?
/Jan
I got it working.......i instead use insertBefore and insertAfter
<umbraco:Item field="poster" insertTextBefore="<img src="" insertTextAfter="" width="82" height="102" />" runat="server" />
/fuji
<umbraco:Item field="posterEvenements" insertTextBefore="<img src="" insertTextAfter="" width="82" height="102" />" runat="server" />
is working on a reply...