php - plupload should save large and small image -


i using plupload save multiple images, want store same image 2 sizes, small image thum , large image display in large.

how plupload store 2 sizes of images?

it easier implementing need in server side...

for plupload; can make use of function:

  resize : {width : 500, height : 600, quality : 90}, 

you should able achieve need if made use of events such fileuploaded reupload same uploaded file different parameters.

here take @ discussion; should guide right path

http://www.plupload.com/punbb/viewtopic.php?id=555


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -