Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Fuji Kusaka 2203 posts 4220 karma points
    Mar 17, 2011 @ 06:18
    Fuji Kusaka
    0

    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

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Mar 17, 2011 @ 08:14
    Jan Skovgaard
    0

    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

  • Fuji Kusaka 2203 posts 4220 karma points
    Mar 17, 2011 @ 08:22
    Fuji Kusaka
    0

    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

  • Fuji Kusaka 2203 posts 4220 karma points
    Mar 17, 2011 @ 08:31
    Fuji Kusaka
    0

    <umbraco:Item field="posterEvenements" insertTextBefore="&lt;img src=&quot;" insertTextAfter="&quot; width=&quot;82&quot; height=&quot;102&quot; /&gt;"  runat="server" /> 

Please Sign in or register to post replies

Write your reply to:

Draft