Hi,
I'm trying to add CKEditor to my website and I'm having a problem with image upload. I used a simple asp.net script to upload files.
As developers manual states i need to add filebrowserUploadUrl : '/uploader/upload.php', when creating CKEditor instance, where upload.php should be changed to my script name. What kind of script should be in the destination file?
When I tried to change it to my page it didn't work as expected. How does image.js communicates with upload script?
What scripts can I use? is it possible to use asp/aspx pages? How do I pass file name to them?
I'm trying to add CKEditor to my website and I'm having a problem with image upload. I used a simple asp.net script to upload files.
As developers manual states i need to add filebrowserUploadUrl : '/uploader/upload.php', when creating CKEditor instance, where upload.php should be changed to my script name. What kind of script should be in the destination file?
When I tried to change it to my page it didn't work as expected. How does image.js communicates with upload script?
What scripts can I use? is it possible to use asp/aspx pages? How do I pass file name to them?
Re: Image upload
The upload form sends makes a POST request to the page you specify and you handle it as you would do with any other file upload.
Unfortunately i know nothing about ASP so i cant help you out there.
Try a google search for handling file uploads in ASP
Re: Image upload
I just get the output from my upload page displayed where the file input was.
It looks like there may be an extra step required to get the data back into the dialog but i'm unsure of what it is.
Thanks
Re: Image upload
Just look in the manual for
http://docs.cksource.com/CKEditor_3.x/D ... ploader%29
It says you must call