ASP.NET Image uploading with Resizing

前端 未结 14 1908
广开言路
广开言路 2020-11-30 01:27

I have an aspx page which will upload images to server harddisk from client pc

But now i need to change my program in such a way that it would allow me to resize the

14条回答
  •  感动是毒
    2020-11-30 01:41

    Another approach would to allow the user to adjust the size in the browser and then resize the image as described in other answers.

    So take a look at this solution which allows you to upload and crop images with jQuery, jCrop & ASP.NET.

提交回复
热议问题