Opened 9 years ago
Closed 9 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
- 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.

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.htmlvar 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.