I use ServiceStack v3 and Owin.ServiceStack. Unfortunatelly if the AppHost inherits ServiceStackHost, the service can not recognize Request.Files. The collection always empty.
When I change the AppHost to inherits AppHostBase , the problem dissapear. Do you know if we have a patch for this issue?
I use ServiceStack v3 and Owin.ServiceStack. Unfortunatelly if the AppHost inherits ServiceStackHost, the service can not recognize Request.Files. The collection always empty.
When I change the AppHost to inherits AppHostBase , the problem dissapear. Do you know if we have a patch for this issue?