I search so much for my problem, it seems so easy but did not get correct answer.
Here is my HTML Code
<input type="file" name="smallImage" id="smallImage" />
<input type="file" name="largeImage" id="largeImage" />
I can get files with Request.Files, but it does not give me the HTML file input info which the file is coming from.
As you see, I must understand which file input element sends the file.
Edit: I try this but did not work also
Request.Files["smallImage"]