I have a link like this: C:\folder\folder\image.jpg . How can I save image to database in SQL Server?
If it was a HttpPostedFileBase I would knew how to save it, but now I have only a link.
- it's a link because I exctracted src tags from tiniMCE editor field .
Thank you.