Hi folks,
I'm trying to upload pictures into my textarea with FCKeditor (yet I tried it with the built in upload function and also with IMCE) but everytime I locate a file which shall be uploaded and I press "upload" it just won't stop uploading until I refresh my browser. Of course there is nothing uploaded after refreshing. I don't know which further informations are needed to solve that problem, so just please ask me and I'll answer as good as I can. Thanks!
Comments
Comment #1
wwalc commentedCheck Drupal logs and perhaps other error logs, it seems that you need to setup correct permissions to the folder where you want to upload files.
Comment #2
Maddes commentedGood idea! Where do I find these Drupal/error logs?
Comment #3
Jorrit commentedYou can find them in the status report section of Drupal and somewhere on your file system (/var/log/apache might be it on Linux)
Comment #4
Jorrit commentedClosed because of lack of response.