Gossamer Forum
Home : Products : DBMan : Customization :

Images Part 2

Quote Reply
Images Part 2
Thanks JPDeni for the quick response.

But how do I specify a image upload in the %db_def in the default.cfg

Fieldname => [Pos, type, length, Maxlength, NotNull, Default, valid_expr]. An example would be helpful in the Fileupload.txt.

Thanks

Wendy Moir
Quote Reply
Re: Images Part 2 In reply to
Wendy--

You don't have to specify anything in the %db_def section for image upload if you're using the file-upload mod. The mod causes the filename to be changed to match the key value of the record. The file is loaded automatically from the key value.


------------------
JPD