<h1>Upload Custom Files</h1><formenctype="multipart/form-data"method="POST"action="/wconnect/AWUpload.awp"id="form2"> File to Upload: <inputtype="file"name="txtFileName"id="txtFileName"size="55" /><br /> Destination: <ww:wwWebTextBoxID="txtFilePath"runat="server"Text=""Width="480px"></ww:wwWebTextBox><br /><inputtype="submit"name="btnSubmit"value="Go" /></form>
My idea was to surround it with an <% IF %> block so it would normally be hidden unless the user selected the Upload option. But just its presence on the page appeared to zap the postback behavior. I've moved that form to a separate page and the original is working again.
--stein