I see lot of detailed answers on how file upload works. What I need to know is that does a multi part file upload create multiple requests.
What I am trying to do is to create a filter that filters out some contents from a file when it is uploaded. If the file upload creates multiple requests then the data I need to remove may be split in multiple requests and may pass through the filter.