Hi,
Just wanted to try SlickUpload and to decide whether it is what I am looking for, but unfortunately getting some problems. Followed the guide on your the website, set the web.config, created a webpage placing in the UploadManager and two submit type controls with all the attributes and created an uploadHandler.aspx page with file type control too.
Running the page everything is OK, but when submitting a selected file, the progressbar seems to freeze on 0%, but the on the other side the file is uploaded to the folder I set in the config file.
Other signs: the filename appears to be OK, but no info on speed, and such details in the progressbar.
When I hit my Cancel link, getting an error (Microsoft JScript runtime error: Permission denied) on the :
SlickUpload_UploadManagerList

.getIFrameDocument().execCommand("Stop"); line.
This is a simple test, so no other changes were made.My target is to use Slickupload inside an AJAX web application.
Any idea?Would really appreciate a quick respond regarding my issue.
Thanks you
Ben