Opened 12 years ago
Closed 12 years ago
#10457 closed New Feature (invalid)
how to upload image with hidden field ( )
Reported by: | leesangbin | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
i confirgured code with below code
CKEDITOR.replace( 'editor1' ,
{
filebrowserUploadUrl: '/ckeditorFileUploadPrc.do?filekey=111'
});
in ckeditor i clicked image button and then i saw dialog window and then i clicked upload tab
and then
ckeditor make below code with ckeditor.js
<IFRAME role=presentation id=cke_122_fileInput title="서버로 전송" class=cke_dialog_ui_input_file src="javascript:void(0)" frameBorder=0 allowTransparency>
<HEAD><TITLE></TITLE></HEAD>
<BODY style="OVERFLOW: hidden; BACKGROUND: none transparent scroll repeat 0% 0%; MARGIN: 0px"> <FORM lang=ko dir=ltr encType=multipart/form-data method=post action=/common/ckeditorFileUploadPrc.do?type=Images&filekey=2013052211332682531&editortype=&CKEditor=editor1&CKEditorFuncNum=1&langCode=ko><LABEL id=cke_121_label style="DISPLAY: none" for=cke_122_fileInput_input>서버로 전송</LABEL><INPUT id=cke_122_fileInput_input aria-labelledby=cke_121_label size=31 type=file name=upload></FORM> <SCRIPT>window.parent.CKEDITOR.tools.callFunction(122);window.onbeforeunload = function() {window.parent.CKEDITOR.tools.callFunction(123)}</SCRIPT> </BODY>
</IFRAME>
i want to append code(<input type="hidden" name="filekey") in
form tag(<FORM lang=ko dir=ltr encType=multipart/form-data method=post action=/common/ckeditorFileUploadPrc.do)
anyone can help me?
how to make dynamic code and append to form tag?
Change History (2)
comment:1 Changed 12 years ago by
Type: | Bug → New Feature |
---|
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
I'm sorry but this is neither forum nor support site but page for reporting bugs or new features. I'm closing this issue as invalid.