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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.