Can you provide an example of how the ajaxuploader can be used within a .Net 3.5 ListView?
Because it is so difficult to reference controls and events within the EditTemplate of the Listview, I have tried to get it to work by creating a user control that basically wraps the CuteWebUI:Uploader control (based upon the single file upload demo). It displays fine when i click on my edit link in the ListView, but, when i click on the UploaderInsert button I get an ambiguous error saying: "htmlfile: Invalid argument." and the file browse window never appears.
Any idea what I am doing wrong?
Thanks.