|
|
Rank: Newbie
Groups: Registered
Joined: 9/20/2008 Posts: 1 Location: Austin, TX
|
Hi,
My slickupload project samples work fine. However, when I move the exact code into my project, the progress bar does not show an update status (10%, 20%, etc). The status bar appears with 0% and stays that way until the file is completely uploaded. Then it flickers a 100%, then gives the relevant uploaded stats.
So everything is working fine with the exception of the progressBar not updating. I have seen some posts talking about a SlickUpload.ashx. I don't have this file. I only have DownloadFile.ashx. Am I missing a file? Do I need to rename Download.ashx?
What else can I try to do to resolve this issue? Any help would be greatly appreciated.
Thanks, Jason
|
|
|
Rank: Administration

Groups: Administrators
Joined: 7/7/2005 Posts: 1,586 Location: Scottsdale, AZ
|
You don't need SlickUpload.ashx any longer -- the latest SlickUpload versions use SlickUpload.axd as the handler, wired up in web.config. Most likely, this is a configuration issue in your web.config. Can you send me a copy of your web.config at chrish at krystalware dot com? I'll take a look and let you know if I see any issues.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 4/24/2009 Posts: 3
|
Hello Chris. I am having this same issue where the progress bar shows but the numeric representation .. 100% only shows at the very end and is cut off at that. I have the files in the web.config you mentioned in the earlier post. Is there another identified issue with this part of the functionality I should look at?
I can send the web.config file if needs be. thanks
Keith
|
|
|
Rank: Administration

Groups: Administrators
Joined: 7/7/2005 Posts: 1,586 Location: Scottsdale, AZ
|
How large of files are you testing with? If you are using anything smaller than 10 or 20 mb or so, the upload will happen almost immediately, and you'll see the progress bar snap to 100%.
If you still see the issue with larger test files, send your .aspx, codebehind, and web.config to chrish at krystalware dot com and I'll take a look.
|
|
|
|
Guest |