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

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -