ASP.NET Image uploading with Resizing

前端 未结 14 1905
广开言路
广开言路 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:52

    You could resize before sending to the server using an ActiveX control. There is a free ASP.net image uploading component (I believe this is the same one that Facebook actually uses) available here:

    http://forums.aurigma.com/yaf_postst2145_Image-Uploader-ASPNET-Control.aspx

    Let me know if it works, I am thinking about implementing it in my projects here at work.

    Edit: Looks like the wrapper for the object is free, however the actual component itself is going to run you about $200. I confirmed it is the same component Facebook is using though.

提交回复
热议问题