Posted by sime on July 13, 2008 at 11:45pm
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

Comments
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.