can AsyncFileUpload works with UpdatePanel? I know that FileUpload can not work with UpdatePanel
|
|
|||
|
|
Yes, it can. See: Can't get AsyncFileUpload to work in update panel |
|||
|
|
|
Yes, You can do that however make you always load For visibility control use Secondly make sure to use Session and NOT we spent lot of hours doing trial and error but this will work 100% for IE 7,8,9 and FF and chrome. Hope it saves nightmare to many out there!!! |
||||
|
|
My vote is no, at least not that I have found. I've struggled with this for the last two days. I have stripped my code down to the basics and taken it out of a master page, I've set enctype="multipart/form-data", I've followed other people's examples. The PostedFile is always null and FileBytes.Length is always zero. It works outside of the UpdatePanel for me, but not inside. So I'm really confused by other's examples that show it inside an UpdatePanel - do other people have this working? Really? |
|||
|
|