Techniques for hiding file attachments on the web

The issue is how to hide file attachments in Read Mode and display them during Edit Mode on the web. Any attachments added using the File Upload control will be associated with the first Rich Text Field displayed on the web (with the option, Using Java Applet).

If this contains other data, you will not be able to hide the files without hiding the entire contents of the field.


Create an additional Rich Text field on the form (above all other rich text fields) and ensure you set it to Using Java Applet. Hide the field in Read Mode using normal hide with formulas.

To ensure the field exists and can be written to by the File Upload control (but is not available to end users for modification), set the HTML Attributes to "height=0; width=0." This hides the empty field (except file attachments).

This was first published in July 2001

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.