4

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

Luca Romagnoli
  • 12,145
  • 30
  • 95
  • 157

5 Answers5

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.

Alex
  • 4,916
  • 1
  • 20
  • 15
1

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.

Tom
  • 3,507
  • 1
  • 29
  • 29
1

Use Flajaxian, its free and works with S3

Jimmy
  • 11
  • 1
1

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/

Simon East
  • 55,742
  • 17
  • 139
  • 133
  • +1 Took me 4 hours to replace my Uploadify with SwfUpload to support client-side image resize. It supports callback functions, pretty powerful. But you have to fiddle with the javascript etc, and they're not neat (Uploadify is very neat). – Aximili Dec 09 '11 at 02:21
-1

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

Novkovski Stevo Bato
  • 1,013
  • 1
  • 23
  • 56