my uploader has matured a lot and now seems to be working properely. Thanks for the positive feedback.
2 2011-04-25 14:51:15
Topic: jQuery UI Widget vs Queue widget example (3 replies, posted in General discussion)
what is the difference between the 2 examples in the pack other than the colour scheme.
I have made a working uploader for prestashop using plupload but i can not work out the difference between the two or which one to use when upgrading my uploader.
thanks
shoulders
3 2011-01-16 01:03:48
Re: Redirect after queue has completed (20 replies, posted in General discussion)
This is excellent and should be added to the examples.
once i read the instructions properely and added
preinit: attachCallbacks
everything worked fine
cheers
4 2011-01-16 00:38:12
Re: On Complete (9 replies, posted in General discussion)
5 2010-12-17 23:48:41
Topic: Prestashop Multi Uploader V2 (9 replies, posted in Showroom)
I wanted to upload more than one picture at a time into a product on my prestashop install. There was an old version of a multi uploader but it used mootools.
When i discovered plupload had drag and drop i decided to see if i could get it to work. With being a noobie i had to use a http proxy to find out how the actual data was posted and then read. It seems simple now but never having known how file POSTing works it was tricky. Once I figured out the variables etc the rest was just man hours.
If you got prestashop take it out for a spin. I am still having problems with the maximum size of image i can upload before it just goes to a white picture but i believe this is an issue with the prestashop code side.
6 2010-11-22 23:13:45
Topic: limit picture upload by dimension (0 replies, posted in General discussion)
hello
is it possible to prevent upload of images if their dimension are over (or under) a specified parameter (width or height)?
I have implement plupload into prestashop and i am still tweaking it.
thanks