国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

javascript - Questions about the jQuery File Upload plug-in
淡淡煙草味
淡淡煙草味 2017-06-10 09:49:07
0
1
764

The user uses the input="file" tag to select a picture. After I draw the picture selected by the user to canvas for processing, I get the base64 picture data. Then the question arises, how do I put this result into jQuery File Upload? Then click the button to upload?

var data = canvas.toDataURL("image/jpeg", 0.7);
淡淡煙草味
淡淡煙草味

reply all(1)
學(xué)霸

It should be enough to set onchange for the input

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template