First I must say that my problem happens when I'm trying to post to another form.
I have 3 controls in a form: 1. text input named "text1". 2. file input named "file1". 3. submit input.
the form itself have a post method to another page. in the page load of the posted page I'm using Request["text1"] which gives me the text of "text1". when I'm Request["file1"] I get nothing.
help?