Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1100
Problems with asp:FileUpload on WDW
posted

Any help you can give to point me in the right direction here would be helpful.

I have been using webDialogWindows in my applications' configuration page - and need to expose a file upload control on one of the WDW's.

 

When I process the onClick  of my 'upload' button, the FileUpload control does not act as if it has a file...

(when I put this code on an aspx page, it works)

 

any idea what i may be missing?

Do you have a simple example of asp:FileUpload working on a WDW?

 

 

Parents
  • 1100
    Verified Answer
    posted

    Issue has nothing to do with Infragistics WebDialogWindow.

    My WDWs are all inside an asp:UpdatePanel - and FileUIpload does not work within an UpdatePanel

    (security reasons)

     

    Here's a link to deal with FileUpload within asp:UpdatePanel... http://geekswithblogs.net/ranganh/archive/2008/04/01/file-upload-in-updatepanel-asp.net-ajax.aspx

     

     

Reply Children
No Data