﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10457	how to upload image with hidden field (  )	leesangbin		"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?




 

"	New Feature	closed	Normal		General		invalid		
