java110-core/src/main/java/com/java110/core/client/FtpUploadTemplate.java
@@ -67,6 +67,9 @@ } else if (imageBase64.contains("data:image/webp;base64,")) { imageBase64 = imageBase64.replace("data:image/webp;base64,", ""); fileName += ".jpg"; } else if(imageBase64.contains("data:application/octet-stream;base64,")){ imageBase64 = imageBase64.replace("data:application/octet-stream;base64,", ""); fileName += ".jpg"; } else { fileName += ".jpg"; }