Copied to clipboard

Flag this post as spam?

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


  • sarathy 16 posts 36 karma points
    Jun 03, 2015 @ 16:30
    sarathy
    0

    Edit image url in my custom table without umbraco admin

    hi,i am using umbraco 7.2. upload image in my template by using own custom table without using umbraco admin.but i want to display image url from db exist image url in view when edit.

    upload file input:

    <input type="file" name="file" id="ImageData"  />
    

    how to pass model object to input control from controller?

    ex:@Html.TextBoxFor(x => x.Image, new {  type = "file", name = "file" }) 
    
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies