<html><div style='background-color:'><DIV class=RTE><FONT face="Geneva, Arial, Sans-serif">I'm trying to allow uploading of .rar files.</FONT></DIV>
<DIV class=RTE><FONT face="Geneva, Arial, Sans-serif">I've read the UploadsAdmin page and have tried the following:</FONT></DIV>
<DIV class=RTE><FONT face="Geneva, Arial, Sans-serif"></FONT>&nbsp;</DIV>
<DIV class=RTE><FONT face="Geneva, Arial, Sans-serif">Created a file in the scripts/ directory custom.php.</FONT></DIV><PRE class=RTE><FONT face="Geneva, Arial, Sans-serif">$UploadsExt['rar'] = 'application/rar';</FONT></PRE><PRE class=RTE><FONT face="Geneva, Arial, Sans-serif">$UploadExtSize['rar'] = 100000;&nbsp; #limit size of .rar files to 100K</FONT></PRE>
<DIV class=RTE><FONT face="Geneva, Arial, Sans-serif">Added the following line to local/config.php</FONT></DIV><PRE class=RTE><FONT face="Geneva, Arial, Sans-serif">include_once("scripts/custom.php");</FONT></PRE>
<DIV class=RTE><FONT face="Geneva, Arial, Sans-serif">I've tried it with both single quotes and double quotes.</FONT></DIV>
<DIV class=RTE><FONT face="Geneva, Arial, Sans-serif"></FONT>&nbsp;</DIV>
<DIV class=RTE><FONT face="Geneva, Arial, Sans-serif">All I get in the wiki is a line at the top:</FONT></DIV><PRE class=RTE><FONT face="Geneva, Arial, Sans-serif">$UploadExts['rar'] = 'application/rar'; $UploadExtSize['rar'] = 100000; # limit .rar files to 100K</FONT></PRE><PRE class=RTE>Am I missing something?</PRE><PRE class=RTE>Thanks, Monte</PRE></div></html>