Using Nuget, we installed the Razor view engine (FubuMVC.Razor v0.9.5.817 and RazorEngine v3.0.8) which upgraded the following packages:
Bottles from 0.9.1.202 to 0.9.1.224
FubuCore from 0.9.4.117 to 0.9.8.130
FubuLocalization from 0.9.4.116 to 0.9.5.17
FubuMVC.References from 0.9.4.762 to 0.9.5.817
Now when we upload files the HttpFileCollectionWrapper value on our input model is null.
Downgrading all of the packages and grabbing the older Nuget FubuMVC.Razor -Version 0.9.4.768 fixed things.
Using Nuget, we installed the Razor view engine (FubuMVC.Razor v0.9.5.817 and RazorEngine v3.0.8) which upgraded the following packages:
Bottles from 0.9.1.202 to 0.9.1.224 FubuCore from 0.9.4.117 to 0.9.8.130 FubuLocalization from 0.9.4.116 to 0.9.5.17 FubuMVC.References from 0.9.4.762 to 0.9.5.817
Now when we upload files the HttpFileCollectionWrapper value on our input model is null.
Downgrading all of the packages and grabbing the older Nuget FubuMVC.Razor -Version 0.9.4.768 fixed things.