0

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.

Moiz
  • 475
  • 6
  • 18

2 Answers2

0

I suggest you look to JavaScript and/or jQuery to do this. You can read here for the same question but answered: Cropping images in the browser BEFORE the upload

Community
  • 1
  • 1