ГВ

Size: a a a
ГВ
МК
NM
МК
МК
СФ
NM
ГВ
NM
ГВ
МК
ГВ
NM
import java.lang.String;
import java.io.File;
import java.io.IOException;
import org.apache.commons.io.FileUtils;
import org.apache.commons.codec.binary.Base64;
byte[] file1 = FileUtils.readFileToByteArray(new File("${filepath}"));
byte[] file2 = Base64.encodeBase64(file1);
vars.put("file12",new String(file2));
TK
import java.lang.String;
import java.io.File;
import java.io.IOException;
import org.apache.commons.io.FileUtils;
import org.apache.commons.codec.binary.Base64;
byte[] file1 = FileUtils.readFileToByteArray(new File("${filepath}"));
byte[] file2 = Base64.encodeBase64(file1);
vars.put("file12",new String(file2));
NM
TK
NM
NM
AG
TK