views:

777

answers:

3

I am using a Flash/Flex uploading component in my ASP.NET MVC application. My action has a HttpPostedFileBase parameter. My action is called but my HttpPostedFileBase is passed in as null. Any ideas why it would come back null?

Edit -- I believe this is on the MVC side.

A: 

Get the debugger version of the Flash Player you're using and see what errors the swf thorws. If you don't have access to the code of the component, I'm not sure there's any other way to figure out what happens.

evilpenguin
I am not getting any errors in my swf as far as i know.
Daniel A. White
Then probably the issue is on the .NET side and with that, my friend, i cannot help you. Best of luck!
evilpenguin
A: 

Do'h. My form fields weren't set.

Daniel A. White
A: 

hi, im working with asp.net mvc but i want to integrate with flex but i dont have idea how to do that could you pass me and little example of this thanks

Leo