views:

226

answers:

1

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.

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.

A: 

please share you failing code, and we'll try to help

Ken Egozi