|
|
Rank: Member
Groups: Registered
Joined: 11/22/2011 Posts: 17 Location: Florida
|
Hi,
I've deployed SlickUpload on the server and when I try to use it, I'm getting thie error:
DEBUG MESSAGE: Could not contact SlickUpload request progress handler at /SlickUpload.axd
Any idea what's causing the issue? Thanks, Sam
|
|
|
Rank: Newbie
Groups: Registered
Joined: 12/9/2011 Posts: 2 Location: china
|
Hi, I also have this problem. When I uploaded to the server and run it,get the same error. In the Web.config,I used the forms authentication. like this:
<authentication mode="Forms"> <forms name=".ASPXAUTH" loginUrl="default.aspx" protection="All" timeout="160" path="/"> </forms> </authentication> but,when I change the authentication to windows,the error wan gone. I need use the forms authentication in my program,How can i do to solve this error. Thanks
|
|
|
Rank: Newbie
Groups: Registered
Joined: 12/9/2011 Posts: 2 Location: china
|
Hello, I uploaded to another win2003 Server,the erron is go on. In the Web Page also have script error: 'version' is null or not object Now ,I don't know what cause the problem. anyone can help me. thanks
|
|
|
Rank: Administration

Groups: Administrators
Joined: 7/7/2005 Posts: 1,586 Location: Scottsdale, AZ
|
A couple questions:
- Are the users logged in to the site before the use SlickUpload?
- Which version of SlickUpload are you using?
- Can you send me your web.config and .aspx and codebehind so I can take a look? chrish@krystalware.com
|
|
|
Rank: Newbie
Groups: Registered
Joined: 7/9/2010 Posts: 1 Location: Hilliard OH
|
I have had this happen 3 days in a row and now it is not happening. Anny one solve it yet or know what is wrong? Thanks.
P.S. I'll try this quick reply as my post above didn't contain my message that I typed so I deleted it. If this does not work I'll just give up as I don't want to clutter things.
|
|
|
Rank: Administration

Groups: Administrators
Joined: 7/7/2005 Posts: 1,586 Location: Scottsdale, AZ
|
We may have fixed this issue in our latest build. I wasn't able to reproduce this issue specifically, but we've solved a couple of related bugs. This build will be released publicly in the next week or two, but in the meantime you can get it here: http://krystalware.com/files/slickupload-6.1.5.zip.
Let me know if this solves the issue for you.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 1/5/2012 Posts: 5 Location: Ukraine
|
We're using SlickUpload version 6.1.8 and also sometimes have this message.
Could you please help to resolve this issue?
|
|
|
Rank: Administration

Groups: Administrators
Joined: 7/7/2005 Posts: 1,586 Location: Scottsdale, AZ
|
The DEBUG MESSAGE popup will only occur when you are running in debug mode, and is implemented to alert you to potential issues during development. When you run in release mode (compilation debug="false" in web.config), the popup won't appear.
Does the upload complete after you get the popup? This may happen for oversized uploads or on other errors, but the upload should still complete.
|
|
|
|
Guest |