Welcome Guest Search | Active Topics | Sign In | Register

Ajax uploader not working Options
shri
Posted: Wednesday, April 24, 2013 7:36:59 AM
Rank: Newbie
Groups: Member

Joined: 4/24/2013
Posts: 1
Hello Support,

My client is searching for upload large file control.

I am trying trial version of ajax uploader and upload large file but i am getting following error.
also progress bar not shown when i am trying to upload file.

Can you please tell me How much file size will allow with trial version

Thanks



AJAX call to the server times out.(set Client Side Error to handle this error). You can turn off this message by setting EO.Web.Runtime.Debug Level to 0 (Not recommended for debug build).

Quote:
<eo:CallbackPanel runat="server" ID="CallbackPanel1" Triggers="{ControlID:AJAXUploader2;Parameter:}">
<eo:AJAXUploader ID="AJAXUploader2" runat="server" Width="400px" TempFileLocation="~/eo_upload" ClientSideOnError="your_error_handler"
MaxDataSize="2097152" AutoPostBack="True" OnFileUploaded="AJAXUploader1_FileUploaded">
</eo:AJAXUploader>
<p>
<asp:Label ID="lblFiles" runat="server"></asp:Label></p>
</eo:CallbackPanel>




eo_support
Posted: Wednesday, April 24, 2013 8:01:55 AM
Rank: Administration
Groups: Administration

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

That's normal. This usually occurs when your IIS has a request size limit. See here for more details:

http://www.essentialobjects.com/doc/1/ajaxuploader/troubleshoot.aspx

Thanks!


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.