Opened 8 years ago

Closed 8 years ago

#14863 closed Bug (invalid)

Image Upload Not Found Issue

Reported by: Kanchan Owned by:
Priority: Normal Milestone:
Component: Server : PHP Version:
Keywords: Cc:

Description

Steps to reproduce

  1. When i run my site with sever ip address and upload image by ckedior, then it give page not found error, when i run same site with domain name and upload image by ckeditor then it is working fine.

So Image upload functionality is not working proper on ip address.

Expected result == Not Found Page

Actual result

Other details (browser, OS, CKEditor version, installed plugins)

Change History (1)

comment:1 Changed 8 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

I have just made a quick setup with CKFinder and image got uploaded without the problem. The page was run on http://192.168.1.100:8062/ckeditor_4.5.11_full/sample/myupload.html

var editor1 = CKEDITOR.replace( 'editor1', {
	extraPlugins: 'uploadimage,image2',
	imageUploadUrl: 'http://192.168.1.100:8062/rest_of_the_url_to_connector.php?command=QuickUpload&type=Images&responseType=json'
} );

I'm sorry but I can't confirm this issue.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy