Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what protocol is used when we post a form that contains a file in it.
for example when using <input type="file" /> ?
it uses TCP or HTTP?
thanks
Posted

1 solution

Hi there,

Your response is HTTP.

However remember that HTTP runs on top of TCP, which in practice the more correct answer would be both.

Cheers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900