0
votes
1answer
66 views

Setting attachments to Read Only after upload to an item on a custom list

I have a list where we add attachments to the list item. I want the list item itself to be editable but I want to make the attachment read only. Is this possible?
1
vote
2answers
553 views

Disabling attachements in lists

I'd like tu turn off attachments in my custom list definitions. In order to do that, I specified DisableAttachments="TRUE" whenever it was possible: in list definitions Schema.xml and in Elements.xml, ...
2
votes
2answers
673 views

List DVWP and directly linking to upload attachment

I'm working on a dataview web part in a MOSS 2007 environment which comes from a custom list. In this dataview web part, I'm wanting to link to the Attach Item form so users can attach some ...