DarthFubuMVC / fubucore

Other
69 stars 43 forks source link

HttpFileCollectionWrapper binding fails when uploading files #33

Closed gbrunton closed 12 years ago

gbrunton commented 12 years ago

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.

gbrunton commented 12 years ago

Opps... I think I should have created this issue un fubuMVC and not here? I think I'll close this and move it.