I built an image selector tool using the Image Gallery selector. After I select my image, and it places the path result into my textbox, the path reflected is the absolute path from my local machine:
When I click Update Image, I'm writing that Image textbox result to my database and I don't want the Absolute Path recorded. I want the Site Root Relative path recorded. How can I change it so that after I select my image, it inserts the Site Root Relative Path into my textbox instead: "~/uploads/user-images/image.jpg"?