I have realised that after installing this package users can no longer upload images and files through the rich text editor. The package iteself works great and is extremely useful for mass uploads, but i really need a fix on the following error so users can upload themselves. Any ideas?
Server Error in '/' Application.
Input string was not in a correct format.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.FormatException: Input string was not in a correct format.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[FormatException: Input string was not in a correct format.]
Noerd multiple file uploader package
Hi
I have realised that after installing this package users can no longer upload images and files through the rich text editor. The package iteself works great and is extremely useful for mass uploads, but i really need a fix on the following error so users can upload themselves. Any ideas?
Server Error in '/' Application.
Input string was not in a correct format.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.FormatException: Input string was not in a correct format.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[FormatException: Input string was not in a correct format.]
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7469351
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119
umbraco.editorControls.uploadField.Save() +2096
umbraco.dialogs.uploadImage.Page_Load(Object sender, EventArgs e) +662
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
umbraco.BasePages.BasePage.OnLoad(EventArgs e) +15
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
Anybody?
Have a look here
http://our.umbraco.org/forum/using/ui-questions/5070-Uploading-images-in-RTE-throw-error
/horst
Woohooo thank you ever so much! :)
You may want to use my multiple file uploader
Download it here. http://our.umbraco.org/projects/backoffice-extensions/multiple-file-uploader
Thanks
is working on a reply...