I'm new to this control and am having some trouble getting it working. I am running the Start-uploading-manually.aspx sample. And while it functions OK, I noticed that the page containing the uploader control is posted to (with IsPostBack==false) when the upload begins. I am trying to integrate this control into an existing page and the (re)post to the page is causing it to be drawn as if it were the first request, which is not what I want.
Is this expected behaviour for the control? Is there any way to stop this from happening?
Thanks
js