Forum OpenACS Development: Re: Attachments and acs-mail-lite

Collapse
Posted by Emmanuelle Raffenne on
Hi Ryan,

It's better than modifying the extension IMO.

Collapse
Posted by Dave Bauer on
Yes, you need to split the filename and extension, then generate the unique filenames then put the extension back on.

text_to_url doesn't care about extensions since it just generates a unique URL which doesn' need one, so reusing for this purpose requires some extra logic.