no message

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

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

Loading…
Cancel
Save