For those wishing to use the out of the box PerForm templates, I added file uploads to the XSLT version.

matt

--- 
/home/matthew/build/PerForm-CVS/AxKit-XSP-PerForm/stylesheets/perform_html.xsl  
    2003-06-24 20:15:33.000000000 +1000
+++ stylesheets/perform_html.xsl        2003-08-15 16:16:26.000000000 +1000
@@ -149,4 +149,10 @@
     <xsl:apply-templates select="error"/>
 </xsl:template>
 
+<xsl:template match="file_upload">
+    <input type="file"  name="[EMAIL PROTECTED]|name}" accept="[EMAIL 
PROTECTED]|accept}" />
+    <xsl:apply-templates select="error"/>
+</xsl:template>
+
+
 </xsl:stylesheet>

Reply via email to