How to restirct attachments

hi all

i want to prompt the user when he attaches attachments

other than this type .doc…xls,.pdf,.txt

Subject: how to restirct attachments

if a third party is a solution you can try zipmail (www.mknetwork.com). It works when you select the files in the file-attach dialog so no files are attached if they meet the criteria. It works in Notes client and in the browser too.HTH

Subject: how to restirct attachments

You could use one of the events for the file upload control, like onChange, onBlur and so on, and write some JavaScript to check the contents of the field.

You could also use the onsubmit event of the form to check if the contents of the field is allowed.

/Peter