asp .net mvc and castle mono rail about upload multiple files - Stack Overflow most recent 30 from stackoverflow.com2009-12-14T22:34:05Zhttp://stackoverflow.com/feeds/question/1007979http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1007979/asp-net-mvc-and-castle-mono-rail-about-upload-multiple-files0asp .net mvc and castle mono rail about upload multiple filesMau2009-06-17T15:56:56Z2009-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#10092610Answer by Ken Egozi for asp .net mvc and castle mono rail about upload multiple filesKen Egozi2009-06-17T20:07:34Z2009-06-17T20:07:34Z<p>please share you failing code, and we'll try to help</p>