1.base64 字符串格式问题。 描述:web服务器接收到的base64字符串,不需要前缀。例如: data:image/png;base64, 2.上传多个图片时,注意tomcat post 的数据大小有限制 ,tomcat7设置maxPostSize="-1"时才是无限大。