codem / DisplayAnything

A simple file and image gallery module for Silverstripe CMS
BSD 3-Clause "New" or "Revised" License
21 stars 5 forks source link

Upload issue on Windows... #20

Open cheekymohnkey opened 11 years ago

cheekymohnkey commented 11 years ago

Hi, I have been trying to get DisaplyAnything running on a Windows Server, I have been trying on IIS and Apache and can upload with no issues using the regular SilverStripe file upload tool in the backend with no problems.

The upload breaks with JavaScript alert. Upload directory 'assets/image_gallery' isn't writable.

I have ensured that the folder exists and added permissions galore to it just in case but given that the standard Upload into the assets/Upload folder has not problem I think this is more of an issue with the modules approach to Upload or a pathing issue.

Running on 2.4.10.

Do you think there is something in the upload code in the module that doesn't like Windows or am I barking up the wrong tree?

Thanks,

Ryan