I have a upload.aspx page where I upload a Word doc or pdf or whatever. This page comes up in a smaller window like a popup box or page. After I upload the popup page says the file has been uploaded. Then I click on the Done button after to close the popup page. I want the document filename to show in a text box after I click the Done button. Does anyone know how to do this. The textbox code is in an xsl file and the upload page is in asp.net.
xsl code for textbox:
<xsl:when test="Control = 'UploadText' or Control = 'Upload'">
<li class="DebutFormLI">
<xsl:call-template name="FormLabel">
<xsl:with-param name="Label" select="Label"/>
<xsl:with-param name="Id" select="Id"/>
&l ...
Go to the complete details ...