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