开发者

Scale images before upload

开发者 https://www.devze.com 2023-01-24 02:28 出处:网络
I have up开发者_开发知识库load control on my asp.net (C#) page, I always upload pictures. Is there any way to scale images before I upload ?You\'ll have to do something like flash on the client to do

I have up开发者_开发知识库load control on my asp.net (C#) page, I always upload pictures. Is there any way to scale images before I upload ?


You'll have to do something like flash on the client to do this, have a look here and here for examples.

It can't be done in JavaScript, etc...you'll need something with a bit more file system access, e.g. Flash, Silverlight, JavaApplet, etc. But seeing as there are premade flash solutions out there, that's the route I'd take.


A couple of solutions to your issue are below, since you haven't really specified how/where exactly you want to handle the image scaling.
http://upload.thinfile.com/image/
http://www.resize-before-upload.com/

0

精彩评论

暂无评论...
验证码 换一张
取 消