Base64Utils decryption error

String[] data = null;
data = pic.split("base64,");
for(int i=1; i<data.length; iPP) {
    String curFileName = IDUtil.genUUID()+suffix;
    path = path + "/" + ymd + "/" + curFileName;
    byte[] bs = Base64Utils.decodeFromString(new String(data[i].getBytes(),"utf-8"));
    FileUtils.writeByteArrayToFile(new File(path), bs);  
            }

clipboard.png

only part of the code is posted to parse the error report. I don"t know why. If you upload only one picture, you can parse and save the picture. But uploading two pictures will parse the error.

Mar.14,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38ef8-2c16a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38ef8-2c16a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?