asp .net mvc and castle mono rail about upload multiple files - Stack Overflow most recent 30 from stackoverflow.com 2009-12-14T22:34:05Z http://stackoverflow.com/feeds/question/1007979 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1007979/asp-net-mvc-and-castle-mono-rail-about-upload-multiple-files 0 asp .net mvc and castle mono rail about upload multiple files Mau 2009-06-17T15:56:56Z 2009-06-17T20:07:34Z <p>Hello, im trying to upload multiple files using castle mono rail with framework 2.0 I did my controller for that but just for 1 file. When i try to re write for multiple files using the Request.Files i have problems. </p> <p>Asp .Net mvc can work with that but castle don't :( I'm trying to use something like HttpFileCollection hfc = Request.Files as HttpPostedFile and stuff like this without good results.</p> http://stackoverflow.com/questions/1007979/asp-net-mvc-and-castle-mono-rail-about-upload-multiple-files/1009261#1009261 0 Answer by Ken Egozi for asp .net mvc and castle mono rail about upload multiple files Ken Egozi 2009-06-17T20:07:34Z 2009-06-17T20:07:34Z <p>please share you failing code, and we'll try to help</p>