image upload just hangs?
Permalink
Have tried yesterday and today to upload an image using the file manager to no avail.
The thing just sits there and hangs, every other function in the file manager appears to work fine but not the image upload.
Any ideas please.
The thing just sits there and hangs, every other function in the file manager appears to work fine but not the image upload.
Any ideas please.
![](/files/avatars/none.gif)
Also just noticed that at certain times Ive added a block and when I want to go back and edit it, the area doesn't go gray to show editing availability. I had to go back to a previous version and then do a work around.
Am I the only person using concrete5 that has had this problem?
Could do with some more info...
What version of Concrete5 are you using?
What browser are you using?
What type of file and what file size are you uploading?
What version of Concrete5 are you using?
What browser are you using?
What type of file and what file size are you uploading?
Hi,
Firefox - up to date version 3.6.11
Filesize: 5.6k
Concerete5 version 5.4.1
Thanks
Firefox - up to date version 3.6.11
Filesize: 5.6k
Concerete5 version 5.4.1
Thanks
I'm haveing the same problem.
seems to be with any file.
IE8
Filesize: 50K
Concrete5 version: 5.4.1
seems to be with any file.
IE8
Filesize: 50K
Concrete5 version: 5.4.1
Same problem here....
IE8
C5 v. 5.4.1
IE8
C5 v. 5.4.1
This helped me solve the problem. Now image upload works fine....
http://www.concrete5.org/developers/bugs/5-4-1/ie-file-upload-bug/...
http://www.concrete5.org/developers/bugs/5-4-1/ie-file-upload-bug/...
I remember a few people had similar problems, but it ended up being a permissions problem where /files wasn't chmod 777. Perhaps you can check around if it's directory permissions?
In my case the GD library wasn't installed on the server.
So I just did this (Ubuntu 12.04):
And that did it.
So I just did this (Ubuntu 12.04):
apt-get update apt-get install php5-gd
And that did it.