Page 1 of 1

Permission denied on windows xp folder

PostPosted: 18. November 2005 13:57
by llsastre
Hi, I'm trying a script with php to load images and I need to write a temporal file on a folder. So I use a folder outside xampp directory. But I've some errors like this:
Warning: imagejpeg() [function.imagejpeg]: Unable to open 'C:/Documents and Settings/All Users/Documentos/tmp' for writing in D:\xampp\htdocs\CDLIB\manteniment\gcols_editareg.php on line 852

Warning: fopen(C:/Documents and Settings/All Users/Documentos/tmp) [function.fopen]: failed to open stream: Permission denied in D:\xampp\htdocs\CDLIB\manteniment\gcols_editareg.php on line 863

Why I don't have write permission? It's a new folder and I can copy files into, but the script can't.

I work on a windows xp machine.

How can I solve this problem?
Thanks.