Hi,
I'm stuck with this problem. I can not upload images to the server. I get the message "The file in the Image field was unable to be uploaded." I checked all the settings of the server and directory, it's not Apache but IdeaWebServer. It does not help change the settings for the private transfer by Drupal. I'm really stuck. :(
If it's not a problem with the permissions issue on the tmp folder (should be 755), my best guess is that there's a upload limit being enforced - or that you've run out of space. Do you have a php.ini file in the root folder? You could try adding the following to it:
upload_max_filesize = 10M
post_max_size = 10M
(or whatever maximum value you want)
Unfortunately I'm not overly familiar with IdeaWebServer. Have you consulted your host about this? It might be the quickest way, but I could take a look at it directly and see if anything jumps out if you're comfortable providing me with login info via e-mail.




