Hi,
I am using Slickupload in an ASP .Net 4.0 WebForms app.
I have implemented Slickupload on a page where I use RadAjaxManager (Telerik). I use RadAjaxManager to trigger partial postbacks between controls.
When I integrate Slickupload to the page, RadAjaxManger stops working and I now get full postbacks with page refresh. I have tested replacing RadAjaxManager with the ASP .Net UpdatePanel and I am experiencing the same issue.
------
What I am trying to achieve is an automatic upload area where the user drops or selects a file and the file is uploaded immediately. I have a ListView on the page that displays uploaded files. and I would like to repopulate the ListView as soon as upload completes.
I would like the uploader (Slick) to return to 'ready to upload' state on upload completes without having to click 'New Upload' or similar. I am not displaying an upload confirmation but rather want to display uploaded file in the ListView as a confirmation.
I hope that makes sense.