the company"s project uses uploadify to upload images, but the uploaded images are all of the original size. Sometimes you don"t need such a large size to display at the front desk, just use compressed images, which can also save server resources and speed up response. Baidu has been able to use js technology at the front end to compress images and then upload them, but we use uploadify plug-ins. So it seems that it is impossible to insert the js code of the compressed image into the uploadify?
so I"d like to ask, can I insert the js code for compressed pictures in uploadify? Or can only compress the picture through the background