Query Regarding Attachment

Hi all,

I have a problem regarding my requirement, the problem is , i have a form where user can attach the file many times. just i want to control the attachment as a version , like user select the file a.doc, and same user want to select the other file , and here user want to download the file and after updating he want to attach again that file so how i can control this versioning , and want to link for that attachment to open and download this. so how i will solve it. give me some idea for this I required help from anyone ASAP.

thanx & regards

zubair a khan

Subject: Query Regarding Attachment

Version control of attachments is a non-trivial problem. I’d suggest you look at 3rd party solutions:

SwingSoft or GeniiSoft might have something that would help.

If you just a quick and dirty attachment control method, create a response doc with a RT or RLLite field and make it so that, once saved, you can’t edit the doc. If there’s a new version, the user has to create a brand new response doc with the revised item. You’d probably want code in the QuerySave event to make sure only one attachment exists per child. Not terribly elegant, but it works.

Subject: RE: Query Regarding Attachment

thansks Finner to suggest me.

thanks & regards

zubair a khan