Aar*_*ney 2 javascript image-uploading angularjs dropzone.js
我使用Dropzone.js与Angular.js上传图片,但我没有找到一个方法,我怎么可以上传缩略图到我的服务器.
.dropzone({
url: "/gallery/add",
maxFilesize: 100,
paramName: "uploadfile",
createImageThumbnails: true,
thumbnailWidth: 200,
init: function() {
this.on('addedfile', function(file) {
// maybe something here
});
this.on('thumbnail', function(file){
// or here
});
}
});
Run Code Online (Sandbox Code Playgroud)
只有缩略图才有问题
| 归档时间: |
|
| 查看次数: |
977 次 |
| 最近记录: |