Hi,
I try to implement the image file upload on the server side. So I have configured CKEditor with the following prop :
filebrowserUploadUrl : 'uploadImage'
Now, I can catch the request on my server on /uploadImage URI but I don't know what to return  I can get the image stream to store it and then ?
 I can get the image stream to store it and then ?
What is the reponse to implement ? How CKEditor know the URI of the upload image ?
Thanks for your help
      Mon, 03/22/2010 - 11:04
                
  
    
        
    #1
  
Re: Upload API
Is it the way to return the file name ?
Re: Upload API
I tried to return the uploaded image URL with this js code but nothing happens
Any idea, please ?
Re: Upload API
In fact, it's ok with this code !