Gossamer Forum
Home : Products : DBMan : Customization :

Multiple File Upload Problem

Quote Reply
Multiple File Upload Problem
Hi

I have just installed the Multiple File Upload Mod but every time I select a Gif or Jpg file to upload it returns the error

Graphic (Invalid Format)

As far as I can tell I have installed the mod correctly but cannot work out why it keeps saying that the format is wrong when I am choosing the correct file extensions to upload

Any ideas anybody??
Quote Reply
Re: [AlanB] Multiple File Upload Problem In reply to
In your .cfg file try changing:

$ALLOWED_EXT = '\.gif$|\.jpg$';

to:

$ALLOWED_EXT = '\.gif$|\.jpg$|\.GIF$|\.JPG$';

You may not have all your graphic files named in lowercase.

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/