D5 files, no node
public
group: File API
sime - Sun, 2008-07-13 23:45
Hi,
Looking for suggestions for D5 non-node file handling, perhaps someone has done this before, perhaps there is a useful helper module.
So, basically I need my module to manage files without having a nid to attach it to. The files table has a nid column. Should I just manage my files separately from the files table?
Cheers
Simon



Update. I just used a custom
Update. I just used a custom location in files/ and did a simple form. Ignored the files table all together.