Forum OpenACS Q&A: Re: photo album delete

Collapse
5: Re: photo album delete (response to 1)
Posted by Dave Bauer on
To get the path to the file you use cr_items.content on postgresql and cr_items.filename on Oracle.

In most cases you can use cr_write_content to deliver the content file without worrying about where it is stored.