I keep getting the following error with AJAXFileUploader
Quote:[NullReferenceException: Object reference not set to an instance of an object.]
EO.Web.Internal.a8.a(cd A_0, HttpResponse A_1, Object A_2) +1807
EO.Web.Internal.ai.a(cd A_0) +427
EO.Web.Internal.ai.a(HttpApplication A_0) +45
EO.Web.Internal.fb.a(Object A_0, Boolean A_1) +62
EO.Web.Internal.d2.a(Object A_0, EventArgs A_1) +34
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
This seems to be a result of the requested url ending with '/',
e.g.
http://www.example.com/test/ causes an exception
whilst
http://www.example.com/test works fine.