Jquery + flash: search for a plugin that resizes images before loading

I am looking for a jquery plugin that can upload multiple images. I tried to download and it works well.

But with huge images, it is very slow.

Is there anything like uploadify that resize images before uploading them?

thanks

+4
source share
5 answers

Checkout http://www.plupload.com/

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

It was released just a few days ago (February 3) and has the functionality you are looking for (resizing and fragmenting on the client side, in particular, can improve performance).

The kernel is not based on jQuery, but it does have a jQuery download widget that plugs in and works.

+1
source

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

Your design will not dictate, very flexible. Does not make multiple files (yet), although you can publish multiple times from the same page without re-directing the user anywhere. He has many options. Again, it is designed to fit into your design, so here is a demo that barely lets you know that this was done with Flash because of all its JavaScript integration: http://www.shift8creative.com/ projects / agile-uploader / advanced-demo.html

For use with any internal language.

+1
source

Use Flajaxian, its free and works with S3

+1
source

The latest version of SwfUpload resizes the image on the client side (using Flash), but this is not the easiest script to use.

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

+1
source

When uploading, resizing the image for upload is added. Check out http://perfectwebtutorials.com/2012/image-resize-before-upload-uploadify/

-1
source

Source: https://habr.com/ru/post/1301016/


All Articles