﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13249	Using CKEditor with ajax and submit a file from form	Kaan PAKER		"Hi,

I have a form which include a text field, a file (picture) field, a textarea (CKEditor).

I can use image upload addons. Because When I post image process some procedures. And I cant track which image uploade.

I'm using an jquery code on below but I cant take updated textarea (FCKedit) value.

var fields = new FormData(document.getElementById(""veriGiris""));
$.ajax({
	url: ""icerik-icerikGuncelle.php"",
	type: ""POST"",
	data: fields,
	enctype: 'multipart/form-data',
	processData: false,  // tell jQuery not to process the data
	contentType: false   // tell jQuery not to set contentType
	).done(function( data ) {
	 $(""div#islemSutunu"").html(data);
	});

 I search on web and found this.

data = CKEDITOR.instances.detay_tr.getData();

but I cant merge with my Jquery code above. 

Can you say me a solution.

PS. Sory for my broken English."	Bug	closed	Normal		General		invalid		
