-
Notifications
You must be signed in to change notification settings - Fork 17
Error on reading large files #6
Comments
Thanks for that, never tried uploading anything that large. Have you looked Regards, On Fri, Feb 10, 2012 at 9:38 PM, DannyMoerkerke <
|
Hi, I had a look at dropfile.js and the error occurs somewhere in the I'll try Google to maybe find some more info on this, if you have any Regards, On 02/11/2012 09:23 AM, MrSwitch wrote:
|
Could it be that the maxRequestLength property has to be set at a higher value? |
The script breaks when I drop files that are larger than approx. 75MB.
It exits with the following error:
SCRIPT5022: Unhandled Error in Silverlight 2 Application [ScriptObject_InvokeFailed]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=8.0.60831.0&File=System.Windows.Browser.dll&Key=ScriptObject_InvokeFailed
at System.Windows.Browser.ScriptObject.Invoke(String name, Object[] args)
at DropFile.MainPage.LayoutRoot_Drop(Object sender, DragEventArgs e)
at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
The text was updated successfully, but these errors were encountered: