Welcome Guest Search | Active Topics | Sign In | Register

AJAX Uploader progress bar Options
cn
Posted: Thursday, October 9, 2008 8:47:36 AM
Rank: Advanced Member
Groups: Member

Joined: 8/31/2008
Posts: 33
Hello,

I've implemented an AJAX Uploader control on my page. When I upload a file the progress bar does not appear to move but the page does appear to be posting back. The post back takes about 30 seconds which is the same amount of time it takes to upload the file. Where am I going wrong?

Quote:

<eo:AJAXUploader runat="server" id="AJAXUploader1" Width="400px"
TempFileLocation="~/eo_upload" MaxDataSize="70000" AutoUpload="True"
onfileuploaded="Page_Load" AutoPostBack="True"
UploadButtonText="Upload & Continue" ProgressBarSkin="Traditional" >
<BrowseButtonStyle CssClass="btn_gray" CssText="" />
<LayoutTemplate>
<table border="0" cellpadding="2" cellspacing="0" width="400px">
<tr>
<td style="width: 400px">
<asp:PlaceHolder runat="server" id="InputPlaceHolder">Input Box Place Holder
</asp:PlaceHolder>
</td>
</tr>
<tr>
<td>
<eo:ProgressBar runat="server" id="ProgressBar" ControlSkinID="Windows_XP" />
</td>
</tr>
<tr>
<td>
<asp:PlaceHolder runat="server" id="ProgressTextPlaceHolder">Progress Text Place Holder
</asp:PlaceHolder>
</td>
</tr>
<tr>
<td align="right">
<asp:Button runat="server" ID="CancelButton" Text="Cancel Upload" CssClass="btn_gray" />
</td>
</table>
</LayoutTemplate>
</eo:AJAXUploader>
cn
Posted: Thursday, October 9, 2008 5:38:20 PM
Rank: Advanced Member
Groups: Member

Joined: 8/31/2008
Posts: 33
Can somebody reply to this post?

Thanks.
eo_support
Posted: Thursday, October 9, 2008 5:43:01 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Sorry for the delay. We are still researching the problem. We are aware this might be a IIS 7 configuration issue but we have not been able to successfully reproduce it yet.

Thanks
eo_support
Posted: Friday, October 10, 2008 5:59:01 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi cn,

Can you let us know what version are you using?

Thanks
cn
Posted: Friday, October 10, 2008 7:41:27 AM
Rank: Advanced Member
Groups: Member

Joined: 8/31/2008
Posts: 33
IE7
asp.net 2.0
EO object version 6.0.34.2
cn
Posted: Friday, October 10, 2008 7:47:12 AM
Rank: Advanced Member
Groups: Member

Joined: 8/31/2008
Posts: 33
The control is on a dev version of my site and I'm uploading the same series of files repeatedly during the debug process. I retested with a few different files this morning and it worked so the problem could be some kind of caching problem with my browser.
eo_support
Posted: Friday, October 10, 2008 7:50:10 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Thanks for the update. That may be it. You may also want to upgrade to the latest version (.40) as well.

Please feel free to let us know if you run into any other issues.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.