I need to read the binary data (a file that is uploaded) from a form that is posted to a classic asp page. I need to do this without using a component.
How do you read the binary data for that specific file? Note that there could be other non binary fields that need to be read as well.
(updated to clarify)