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" })
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:
how to pass model object to input control from controller?
is working on a reply...