[pmwiki-users] Upload/images

Mark Trumpold mark at ruthtrumpold.id.au
Sun Nov 5 11:57:40 CST 2006


Hi Folks

I would like to have two or more directories for different files, for eg an
uploads and an img folder.

I notice the php script has this

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

So do I just add an extra

# $UploadDir = "/qwert/img";
# $UploadUrlFmt = "http://www.ruthtrumpold.id.aum/itgswiki/img"

And will that send the files to those locations

Thanks

Mark







More information about the pmwiki-users mailing list