Opened 16 years ago
Closed 16 years ago
#2827 closed Bug (invalid)
Error in IE when uploading Image
Reported by: | JITESH PANDYA | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Pending | Cc: |
Description
I am getting "Permission Denied" error (see attachment) when uploading .jpg Image in Internet Explorer on QA & Production servers. I am able to upload image on my local machine in IE.
Attachments (1)
Change History (7)
Changed 16 years ago by
Attachment: | FCK IE Error Message.pdf added |
---|
comment:1 Changed 16 years ago by
Keywords: | Pending added |
---|
comment:3 Changed 16 years ago by
I found similar bug: #1612. I have some questions:
Is it IE 6.0?
Could you check FCKEditor version? (please click last icon on the toolbar)
Could you turn off IE security features for a moment and try again?
comment:4 Changed 16 years ago by
Is it IE 6.0? I am using IE 7.0
Could you check FCKEditor version? (please click last icon on the toolbar) There is no such icon...is there any other way to check the version?
Could you turn off IE security features for a moment and try again? I tried ...it still does not work. Is there a specific feature that u want me to turn off...let me know
comment:5 Changed 16 years ago by
I have figured out that the current version of fckeditor dll is 2.6.3.22459. This problem gets resolved if I use the old dll version 2.5.2912.21007. When upgraded to the new version of dll we never upgraded the JS folder and this seems to be the problem. Where will I find the JS files for version 2.6.3.22459 or if you can suggest some fix.
comment:6 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
If you haven't upgraded the js files then the code is trying to execute the changes of #1919 but obviously it fails because you are using a mismatched version.
Does it occur only in IE? Do you have the proper software on the server side? Is i the same domain (editor domain and uploader domain)?