I have a web page which have 3 controls:
- form using the post command.
- in the form i have an input file control named "myFile".
- a button
the upload process works just fine, until I'm trying to post the form and handle the upload in another form.
Request["myFile"] and request.Params["myFile"] gave me nothing