On Aug 5, 2004, at 12:16 AM, Bruno Dumon wrote:

On Wed, 2004-08-04 at 19:04, Mark Lundquist wrote:
Dear Coonsters...

I added this to my forms-field-styling.xsl in the template for
<fi:form-template>:

              <xsl:if test="descendant::node()/fi:upload">
                        <xsl:attribute
name="enctype">multipart/form-data</xsl:attribute>
              </xsl:if>

Good idea, or bad?

I'm not very fond of it, since this needs to scan the whole tree below the form-template, which might be large (if it contains lots of widgets or large selection lists), combined with the fact that most forms don't use uploads anyway.

Good point. ~ml



Reply via email to