I am trying to insert an Image into SQL Server Database in Asp.net by using Asp:FileUpload Control but I want it to be like that: When user select a image through control It will display in to a image cropping box and after cropping, on Insert button click image will insert into Database.
I've done the whole insert image procedure but I just need help on this crop thing.
any help would be appreciated.