jquery + flash: looking for plugin that resize images before upload [closed]

雨燕双飞 提交于 2019-12-07 07:29:03

问题


i'm looking for a jquery plugin that can upload multiple images. I've tried uploadify and it works well.

But with huge images it's very slow.

is There anything like uploadify that resize also the images before upload them?

thanks


回答1:


Checkout http://www.plupload.com/

Demo http://www.plupload.com/example_queuewidget.php

It was just released a few days ago (3rd Feb) and has the functionality you are looking for (Client-side resizing and chunking specifically can both improve performance).

It's core isn't based on jQuery, but it has a jQuery upload widget that's plug-and-play.




回答2:


http://www.shift8creative.com/projects/agile-uploader/index.html

Won't dictate your design, very flexible. Does not do multiple files (yet), though you can post multiple times from the same page w/o re-directing the user anywhere. It has a lot of options. Again, it's designed to fit into your design, so here's a demo that barely lets you know it's done with Flash because of all the JavaScript integration it has: http://www.shift8creative.com/projects/agile-uploader/advanced-demo.html

For use with any back-end language.




回答3:


Use Flajaxian, its free and works with S3




回答4:


Latest version of SwfUpload does client-side image resizing (using Flash), but it's not the easiest script to use.

http://code.google.com/p/swfupload/




回答5:


There is Uploadify image resize before upload extension. Check http://perfectwebtutorials.com/2012/image-resize-before-upload-uploadify/



来源:https://stackoverflow.com/questions/2246002/jquery-flash-looking-for-plugin-that-resize-images-before-upload

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!