Closed GoogleCodeExporter closed 9 years ago
I have copy CkeditorUpload.java with changed 133 line in my action and set it
to CKEDITOR:
uploadHref="%{imguploadurl}"
I can confirm that with change in 113 line image is uploaded in /uploads folder
and it appear in CKEDITOR preview too.
Original comment by syt...@gmail.com
on 11 Mar 2012 at 4:08
its better to set for example:
uploadDir="/uploads"
out.write("<script
type=\"text/javascript\">window.parent.CKEDITOR.tools.callFunction(" +
this.CKEditorFuncNum + ", \"" + this.uploadDir + "/" + this.uploadFileName +
"\", \"\");</script>");
Original comment by syt...@gmail.com
on 11 Mar 2012 at 7:04
Original comment by johgep
on 14 Mar 2012 at 2:22
http://code.google.com/p/struts2-jquery/source/detail?r=1629
Original comment by johgep
on 14 Mar 2012 at 2:31
Original comment by johgep
on 8 May 2012 at 6:40
Original issue reported on code.google.com by
syt...@gmail.com
on 11 Mar 2012 at 3:45