[pmwiki-users] Uploads#2

Mark Trumpold mtrumpol at cacegypt.org
Sun Nov 19 01:33:37 CST 2006


Hi All

So I can get the 'attach' link on my page, I get the UL form but when I UL I
get a 

"Warning: mkdir(/qwerty): Permission denied in ..." error. I have a
directory call qwerty/xxx so how to I sidestep the mkdir(/iqwerty) and just
UL to my qwerty/xxx

I have this in my config.php file

$EnableUpload = 1; 
$DefaultPasswords['upload'] = crypt('loikju');
$UploadDir = "/ qwerty/xxx";
# $UploadUrlFmt = "http://www.john.com/ qwerty/xxx"
$EnableUploadOverwrite = 0;
$EnableUploadVersions=1;

Thanks

Mark






More information about the pmwiki-users mailing list