vote up 0 vote down star

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.

flag

2 Answers

vote up 0 vote down

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.

link|flag
I am not getting any errors in my swf as far as i know. – Daniel A. White Mar 25 at 16:10
Then probably the issue is on the .NET side and with that, my friend, i cannot help you. Best of luck! – evilpenguin Mar 25 at 16:25
vote up 0 vote down check

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.