This commit is contained in:
Ziver Koc 2011-01-31 23:40:30 +00:00
parent ecfaa4e736
commit f0ed576448

View file

@ -124,7 +124,7 @@ public class FileUploadListener implements ProgressListener{
node.add("id", id);
node.add("status", status.toString());
node.add("message", message);
node.add("message", message.replaceAll("\"", "\\\""));
node.add("filename", filename);
node.add("percent", getPercentComplete());