Gossamer Forum
Home : Products : Gossamer Links : Discussions :

File Columns display as text columns

Quote Reply
File Columns display as text columns
In Reply To:
I'm using this to display some columns in a table:

Code:

$form = $DB->html($db,$IN)->form();


All of the columns display properly EXCEPT the file field. It is displaying as a text box instead. (I'm using GLinks 3.2).

Now there is a method in the HTML class called "file" which I would think would work. My column is of file type etc.

It looks as if the method was not properly implemented into the display() and form() classes.

If I go to add a record into the db, it DOES display properly with the Browse button.

Why is this?[/quote]
And another pointless post... The answer is

file_field => 1

Thanks for reading anyway,

- Jonathan

Last edited by:

jdgamble: Sep 18, 2006, 7:08 AM