heidialyssa wrote:
Why does it, one moment set the 5/51, and then the next upload, it places it at an arbitrary d/d2? I am thoroughly confused.
Different filenames?
The subfolder is the first two hexadecimal digits of the MD5 hash of the filename.
-- brion vibber (brion @ pobox.com) _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Brion? I have no idea what that means:)
$wgUploadPath = "$wgScriptPath/images/5/51"; $wgUploadDirectory = "$IP/images/5/51"; $wgLogo = "$wgUploadPath/wiki.png"; $wgStockPath = $wgUploadPath;
Is what I set. Is that incorrect?