Can I stop editors from deleting files attached with java upload utility?

I have a workflow app that runs well on the web. People may attach files as part of their tasks. However, using the file upload utility, the attached files appear at the bottom of the page and have the ability to delete them. I need to keep that from happening, but still have them available for reading. while other sections of the form are editable.

Is there a way to do this. I think I had read about the attached files being in a RT field is certain conditions are present. Perhaps, I could do something there.

Thanks,

ddubos@virtualcon.com

Subject: Found this the other day …

http://www.codestore.net/store.nsf/area/A1001D27C5C74B5C862569DC0049C4A9?OpenDocument

I was looking to do something similar and came across this link in the R5 forum. This might give you a good starting place for some code ideas.

I also seem to remember that someone had posted a way to use JavaScript to just prevent a user from checking the checkbox for deleting a file.

Subject: Thanks

That looks like something I can use