我正在使用ng-flow上传图片。我想要重置我的区块大小.Is它可以从前端?
发布于 2016-01-04 19:23:51
是否尝试将forceChunkSize参数设置为true
它不会重置大小,但它会强制所有上传的文件在整个时间内保持相同的大小。
发布于 2016-01-04 20:05:15
<div flow-init="{query:{profile:profile,filedName: 'albums'},target: '/users/uploadPictures', testChunks:false,chunkSize:5*1024*1024}" flow-files-submitted="$flow.upload()" flow-file-success="getProvider()">将chunkSize设置为所需大小
https://stackoverflow.com/questions/34589638
复制相似问题