Author Topic: Avatar Image Uploads Failing  (Read 1862 times)

Slag

  • Newbie
  • *
  • Posts: 1
    • View Profile
Avatar Image Uploads Failing
« on: February 02, 2010, 03:09:45 pm »
Just installed the new FengOffice 1.6.2 on a Win2k3 system with IIS (yuck, I know--but attempting to install under win32 Apache 2.2.x resulted in the dreaded Connection Reset issue with no obvious workaround). Standard document uploads succeed, but attempting to upload a new avatar image fails out with a generic error message:

"Error: Failed to Upload File."

So far, I have looked through my php.ini file (all file upload options appear to be set correctly, with the max file size set to 2M--and the images I've used as test uploads are all less than 1M in the PNG / GIF / JPG image formats), the php error log, and the httpd error log for IIS without finding any evidence of where the process is failing. I'm wondering if there is some sort of odd permissions issue at work (a process being unable to list the contents of a directory to create a uniquely named tmp dir (or filename) for the upload or not having write privs, etc).

Does anyone have any suggestions?

Thanks,
Slag