By lordg on
Hi,
I have been trying to upload images using the image module, but for some insane reason the uploaded file does not exist.
I am running windows xp, php 5, mysql 5 and the gd2.dll driver is loaded.
The windows\temp directory is writable.
Any ideas?
Thanks,
Greg.
Comments
This worked for me
I changed my directory for the images and moved the files to it. Then created a symlink over to it. Even though it was the same name, for some reason, it did not work.
After much playing .... I found out that if I went and changed the File System Download method to private, tried it and then switched it back to public, all is well. Changing this option seems to fix any path issues created from moving the directories around. Hope this helps.
Julie