Opened 11 years ago

Closed 11 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&amp;filekey=2013052211332682531&amp;editortype=&amp;CKEditor=editor1&amp;CKEditorFuncNum=1&amp;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 11 years ago by leesangbin

Type: BugNew Feature

comment:2 Changed 11 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy