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>