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?
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
Here's the solution for AsyncFileUpload AJAX component inside a WDW. That components will work in WebDialogWindows and in Upload Panels. Just set the ClientEvents, AJAXResponse to UploadComplete. That worked for me. As for the FileUpload component, the link above should work fine, though I did test it.