Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 22, 2012 05:59 PM by Ruchira
Member
9 Points
26 Posts
Nov 22, 2012 12:03 PM|LINK
I have a file upload used to upload profile pictures to the server.
is there anyway to resize the image on the client before posting it to the server so that the whole image is not being sent to the server first.
i am using asp.net and vb.
any help would be greatly appreciated
Cheers
James
243 Points
98 Posts
Nov 22, 2012 12:13 PM|LINK
on the client side, you can't change the image size and save it after the change. You will need to do this in server-side.
you can use this library
http://imageresizing.net/
Star
13984 Points
2783 Posts
Nov 22, 2012 12:48 PM|LINK
Refer:
http://www.codeproject.com/Articles/27061/Image-Cropping-with-Image-Resizing-Using-VB-NET
http://kimsal.com/shrinker/
http://www.thedesilva.com/2010/01/resize-image-using-vb-net/
7983 Points
2099 Posts
Nov 22, 2012 01:26 PM|LINK
http://forums.asp.net/t/1834710.aspx/1
http://forums.asp.net/t/1586619.aspx/1
http://www.codeproject.com/Questions/402897/How-can-resize-image-in-asp-net-Csharp
All-Star
42885 Points
7019 Posts
MVP
Nov 22, 2012 05:59 PM|LINK
Hello,
You can use plupupload, but with restrictions.
Please 'Mark as Answer' if this post helps you.
hardyjames86
Member
9 Points
26 Posts
Resize images, Please help!
Nov 22, 2012 12:03 PM|LINK
I have a file upload used to upload profile pictures to the server.
is there anyway to resize the image on the client before posting it to the server so that the whole image is not being sent to the server first.
i am using asp.net and vb.
any help would be greatly appreciated
Cheers
James
ketthos
Member
243 Points
98 Posts
Re: Resize images, Please help!
Nov 22, 2012 12:13 PM|LINK
on the client side, you can't change the image size and save it after the change. You will need to do this in server-side.
you can use this library
http://imageresizing.net/
geniusvishal
Star
13984 Points
2783 Posts
Re: Resize images, Please help!
Nov 22, 2012 12:48 PM|LINK
Refer:
http://www.codeproject.com/Articles/27061/Image-Cropping-with-Image-Resizing-Using-VB-NET
http://kimsal.com/shrinker/
http://www.thedesilva.com/2010/01/resize-image-using-vb-net/
My Website
www.dotnetvishal.com
RameshRajend...
Star
7983 Points
2099 Posts
Re: Resize images, Please help!
Nov 22, 2012 01:26 PM|LINK
http://forums.asp.net/t/1834710.aspx/1
http://forums.asp.net/t/1586619.aspx/1
http://www.codeproject.com/Questions/402897/How-can-resize-image-in-asp-net-Csharp
Ruchira
All-Star
42885 Points
7019 Posts
MVP
Re: Resize images, Please help!
Nov 22, 2012 05:59 PM|LINK
Hello,
You can use plupupload, but with restrictions.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.