no message

main
이범준 7 months ago
parent 5ccf2a2199
commit 8b13423392

@ -83,9 +83,10 @@ public abstract class HWPFormat {
}
}
result.put("filename", downlaodFileName);
result.put("filePath", resultFilesPath.get(0));
result.put("file", new File(resultFilesPath.get(0)));
String resultFilePath = resultFilesPath.get(0);
HWPFile resultFile = HWPWriter.filepath(resultFilePath);
writer = new HWPWriter(resultFile);
result.put("download", writer.getDownloadable().setFilename(downlaodFileName));
result.put("downloadData", data);
result.put("dataNames", getDownloadDataNames());

Loading…
Cancel
Save