I wrote a very basic script for file upload. I integrated it with CKeditor 3.01 through:
<script type="text/javascript">
CKEDITOR.replace( 'test1',
{
filebrowserBrowseUrl : 'http://path_to_file/browse.php',
filebrowserUploadUrl : 'http://path_to_file/upload.php'
});
How can I return value of uploaded file to an image box so that image apears in edited text? Any ideas?
Wed, 02/03/2010 - 17:26
#1
Re: Refresh Box after upload/browse
or use some exist file/image manager.