How to add an attachment description to file uploads?

Jarrod,

Pat is describing an action on the attachment model, not the file upload component.

You should have two models on your page (or three, with Pat’s method). One on the object that has the record you are attaching to; and one (or two) on the Attachments Object, with a condition linking it to the first model.

Makes sense?