Fresh Installation of 4.6

Create Content->Image

When i upload an image i get the following error
"File copy failed: source file does not exist."

Using Win2003,PHP5,IIS

Thanks
Raj

Comments

harry slaughter’s picture

i see a problem when i attempt to upload files from the same machine as the server. if i have access permissions to /tmp and apache user doesn't, then the upload fails.

i thought it used an http PUT which would cause my client to transfer the file to the webserver. but it seems as though the module is trying to access the file right on the filesystem. i'm just speculating here.

when i go to a different machine, i don't have problems uploading.

--
Devbee - http://devbee.net/

sepeck’s picture

Check ALL your temp directory and files directory permissions.

Make sure that IUSER_SERVERNAME has at least modify permissions on them. By temp path, I mean all the paths, including the ones in php.ini file you may have missed.

The flat our best install for php5 on IIS that I have found is here: http://www.peterguy.com/php/install_IIS6.html
Go review your install.
-sp
---------
Test sites and good habits: Drupal Best Practices Guide.
Misc Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide