|
Rank: Member Groups: Member
Joined: 6/8/2007 Posts: 19
|
Hi, I have added the demo.ascx.vb/demo.ascx files to a sample .aspx page and have set permissions to upload. When I run the page the green progress bar appears over the upload text (below the progress bar grey border), and when it gets to 10% (4 segments) it no longer updates, even though the file upload continues.
The EO.web.dll version I am using is 4.0.8.2. I have an EO.Web Controls Developer License (2007.1). Am I using the right version? If not, where can I download the 2007.1 dll?
Thanks,
John.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Can you try it with the latest version first? The latest is 2007.2. You will need to log into your account to get a new license key in order to use 2007.2. The license key should be free to you.
If the problem continues with the latest version, check "Troubleshooting" section in the help file (check this after you install the new version. The old help file does not have this section). That topic includes details information about a few common scenarios that can cause uploader to stop working.
Thanks
|
|
Rank: Member Groups: Member
Joined: 6/8/2007 Posts: 19
|
Hi,
The problem with the green progress bar appearing offset, just below it's corresponding border, was caused by not having valign="top" in the containing <TD> tag.
The problem with the green progress bar not updating after the 4th segment, even though the file upload was still going, was caused by the following style code, automatically generated by Fireworks CS3:
<style type="text/css">td img {display: block;}</style>
Thanks,
John.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
That's very informative. Thanks for sharing!
|
|