What’s the equivalent of PHP’s $_FILES variable in C#? Or at least something that accesses the files in the same way. I’ve got an upload form that I can’t change and need to find out how to get at these files.
What’s the equivalent of PHP’s $_FILES variable in C#? Or at least something that
Share
Take a look at
Request.Files, for example: