BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi,
I met two problems:
1. When uploading file in IE11, sometimes it showed file failed to upload. How can I avoid the problem when the network is normal.
If the network is too fast, may it cause this problem?
SCRIPT7002: XMLHttpRequest: Network Error 0x2eff, Could not complete the operation due to error 00002eff.
Code:
<!-- 200G -->
@Html.EJS().Uploader("UploadFiles").MaxFileSize(209715200000).Locale(Resources.Global.lang).AutoUpload(false).Selected("onFileSelect").Uploading("onBeforeUpload").Success("onUploadSuccess").AsyncSettings(new Syncfusion.EJ2.Inputs.UploaderAsyncSettings { SaveUrl = ViewData["Url"] + "/SaveFile?UserName=" + ViewData["UserName"] + "&IsClient=1", RemoveUrl = ViewData["Url"] + "/RemoveFile?UserName=" + ViewData["UserName"] + "&IsClient=1", ChunkSize = 2000000 }).Render()
2. When I click resume button, prompt that the file is corrupted when decompressing.
Looking forward to your reply!
By the way, what's the reason when upload in IE 11 popup another similar error, and what should I do?
SCRIPT7002: XMLHttpRequest: Network Error 0x2efe, Could not complete the operation due to error 00002efe.
Query 1: When uploading file in IE11, sometimes it showed file failed to upload. How can I avoid the problem when the network is normal.
If the network is too fast, may it cause this problem?
SCRIPT7002: XMLHttpRequest: Network Error 0x2eff, Could not complete the operation due to error 00002eff.
There can be several reasons why a file fails to upload in Internet Explorer 11, including network issues, server-side issues, or client-side issues. Here are some steps you can take to troubleshoot the issue and potentially avoid it:
Regarding your question about network speed, it is unlikely that a fast network connection would cause issues with file uploads. However, a slow or unstable connection can definitely cause issues. |
Query 2: When I click resume button, prompt that the file is corrupted when decompressing. Query 3: By the way, what's the reason when upload in IE 11 popup another similar error, and what should I do?
SCRIPT7002: XMLHttpRequest: Network Error 0x2efe, Could not complete the operation due to error 00002efe.
The error message "XMLHttpRequest: Network Error 0x2efe, Could not complete the operation due to error 00002efe" in Internet Explorer 11 is typically related to network connectivity issues.
Here are some possible causes and solutions to this issue:
|
If you are still experiencing the same issue after trying the above solutions, we kindly request that you provide us with additional details about the issue, as outlined below:
By providing us with this additional information, we can validate the issue further and provide you with a more accurate solution.
I don't know why have error in IE11 upload, do you have any idear?
Syncfusion.EJ2.dll version is 16.4500.0.54。ej2.min.js version is 17.1.51。
PC: TECWEB1 Ver: 7.1.19.2216 User: DefaultAppPool () Time: 2023-08-11 11:12:42.465 Company:
------------------------------------------------------------------------------------------------
System.Web.HttpException (0x80004005): An error occurred while communicating with the remote host. The error code is 0x800703E3. ---> System.Runtime.InteropServices.COMException (0x800703E3): The I/O operation has been aborted because of either a thread exit or an application request. (Exception from HRESULT: 0x800703E3)
at System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect)
at System.Web.Hosting.IIS7WorkerRequest.ReadEntityCoreSync(Byte[] buffer, Int32 offset, Int32 size)
at System.Web.HttpRequest.GetEntireRawContent()
at System.Web.HttpRequest.GetMultipartContent()
at System.Web.HttpRequest.FillInFilesCollection()
at System.Web.HttpRequest.EnsureFiles()
at System.Web.HttpRequest.get_Files()
at WebAPI.Controllers.EventsController.SaveFile(String UserName, Int32 IsClient) in C:\Techland\TecE Clients\TECHLAND\V7.0\Enhancement-Techland\WebAPI\General\WebAPI\Controllers\EventsController.cs:line 740
(Inner Exception)
System.Runtime.InteropServices.COMException (0x800703E3): The I/O operation has been aborted because of either a thread exit or an application request. (Exception from HRESULT: 0x800703E3)
------------------------------------------------------------------------------------------------
PC: TECWEB1 Ver: 7.1.19.2216 User: DefaultAppPool () Time: 2023-08-11 11:12:45.620 Company:
------------------------------------------------------------------------------------------------
System.Web.HttpException (0x80004005): An error occurred while communicating with the remote host. The error code is 0x80070040. ---> System.Runtime.InteropServices.COMException (0x80070040): The specified network name is no longer available. (Exception from HRESULT: 0x80070040)
at System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect)
at System.Web.Hosting.IIS7WorkerRequest.ReadEntityCoreSync(Byte[] buffer, Int32 offset, Int32 size)
at System.Web.HttpRequest.GetEntireRawContent()
at System.Web.HttpRequest.GetMultipartContent()
at System.Web.HttpRequest.FillInFilesCollection()
at System.Web.HttpRequest.EnsureFiles()
at System.Web.HttpRequest.get_Files()
at WebAPI.Controllers.EventsController.SaveFile(String UserName, Int32 IsClient) in C:\Techland\TecE Clients\TECHLAND\V7.0\Enhancement-Techland\WebAPI\General\WebAPI\Controllers\EventsController.cs:line 740
(Inner Exception)
System.Runtime.InteropServices.COMException (0x80070040): The specified network name is no longer available. (Exception from HRESULT: 0x80070040)
------------------------------------------------------------------------------------------------
To assist you more effectively, we kindly request that you provide the following additional details:
Providing this information will greatly assist us in resolving your issue as quickly and efficiently as possible.