Files
Starting with version 1.5 you can upload 5 files per listing. They can be any format (pdf, doc, etc.) Uploading files can be enabled/disabled in config.php.
You can enter Link Text for each file. If you do not enter any text, the file name will be displayed in the fileText template tag.
The following template tags are available in the details file.
If statements are also supported:
<IF NAME="fileUrl4">
Name: <-fileName4-><br>
URL:
<a
href="<-fileUrl4->"><-fileText4-></a>
<P>
</IF
NAME="fileUrl4">
Size Limits
PHP's default upload limit is 2mb.You should check the phpinfo to find out the value for your server. If you attempt to upload files larger than this setting they will either fail or only partially complete resulting in a corrupt file.