Closed (fixed)
Project:
IMCE
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2012 at 13:56 UTC
Updated:
30 Jul 2020 at 15:24 UTC
Jump to comment: Most recent
Comments
Comment #1
Kevin Danenberg commentedI am experiencing this issue as well when trying to insert an image from the CKEditor toolbar with IMCE set as the file browser. Click Image button -> Browse Server -> Upload -> Browse... (Select file) -> Upload. Result is endless spinning on Upload button.
Similar experience when trying to attach a file to a node with a custom field of type File. Edit Node -> Browse... (Select file) -> Upload. Result is a period of hourglass spinning, then "An AJAX HTTP request terminated abnormally." error.
In both cases, image formats failed (PNG, PDF, JPG)... but non-image formats (TXT, HTML) were successful.
I believe these cases are related. Perhaps something to do with image resizing or some other process unique to the image formats? Problem occurs with every combination of IE/Firefox/Safari + Windows/Mac/Linux I thorw at it.
Hope this helps!
Comment #2
Kevin Danenberg commentedI just realized while trying to switch to CKFinder that the File Attachment case I mentioned above does not seem to use IMCE. So if these issues are indeed related, perhaps they have nothing to do with IMCE?
I'll keep digging and let you know if I find anything.
Comment #3
Kevin Danenberg commentedOkay, here's the solution I found...
I realized that I was able to use IMCE to upload small images, ~100KB or less. I suspected this was a server config issue -- nothing to do with IMCE. Turned out to be a limit on file size with Ajax uploading.
As per this blog, http://montenasoft.com/en/blog/500-internal-server-error-while-uploading-files-bigger-then-100kb-modfcgid-problem, I added the following to my httpd.conf file:
I'm using Apache2. I'm sure there are similar fixes if you have this issue on other web servers.
Comment #4
ufku commentedComment #5
thallesI think this was solved in later versions
Comment #6
thalles