kungcc
kungcc

Reputation: 1852

PHP Multiple Pictures Uploader

I'm looking for a multiple image uploader. I prefer to not use MySQL database and no flash.

Also if it is possible to use some javascript (jQuery maybe?) to perform some cropping and scaling.

The best in all worlds would be to have a nice jQuery plugin which perform all that.

Can you please give me your suggestions?

B.R Carl

Upvotes: 2

Views: 1900

Answers (2)

konsolenfreddy
konsolenfreddy

Reputation: 9671

Take look at http://www.plupload.com/ which provides fallback engines if certain plugins are not available.

Depending on the engine used, it also provides functionality for resizing images on the client side.

And Yes, it's using jquery.

Upvotes: 3

JamesHalsall
JamesHalsall

Reputation: 13485

I've never used it, but I know a lot of people who have been using noSWFUpload, although I'm not sure if this is being maintained anymore.

As far as jQuery for cropping is concerned, you can follow a method like here...

Upvotes: 0

Related Questions