Hidden/Shown AsyncFileUpload Control Doesn't Fire Server-Side UploadedComplete Event

前端 未结 1 1408
难免孤独
难免孤独 2021-01-21 18:47

I recently came across the AsyncFileUpload control in the latest (3.0.40412) release of the ASP.Net Ajax Control Toolkit. There appears to be an issue when using it in a hidden

相关标签:
1条回答
  • 2021-01-21 19:29

    First, make sure your tag has the following attribuytes - enctype="multipart/form-data" method="post" Secondly, you have to have the AsyncFileUpload in an invisible DIV within a visible DIV. See these two threads on it.

    http://forums.asp.net/t/1489399.aspx

    http://forums.asp.net/t/1479689.aspx?PageIndex=2

    0 讨论(0)
提交回复
热议问题