| Re: Cant upload
i was testing gallery rc2 on my win box without any problems.
i assume you have a recent version of php...
for gd in windows, you'll need to edit the php.ini file and remove the commentor (";")for the gd extension. easy as that.
also, when setting your paths, be sure to use forward slashes. ie. c:/inetpub/wwwroot/gallery/files
then to set the permissions, go to properties for the given folder and select permissions. from there, you can selectively set who can/cannot read/write/etc.
windows does not have a chmod function.
hope that helps ya.
|