Hi,
I have been trying to test the SlickUpload control before I recommened it to my manager for purchase for out asp.net 1.1 project.
However I have been having an unusual issue with it. We have all our webpage inherit from a base class which looks for a panel on the .aspx page and then creates the headers and footers around it (kinda like master pages but using 1.1).
So I added the slickupload control (same exact code as the sample examples) within this panel in a div tag. The page now throws an error : "FileList requires at least one FileSelector on the page."
However if I remove the control out of the panel and put it in a form tag, it works fine.
Please help. I need to know I will be able to use this control or not.
Thanks!