What does the enctype attribute specify when uploading a file in a form?
<form action="/upload" method="post" enctype="multipart/form-data">
What does the enctype attribute specify when uploading a file in a form?
<form action="/upload" method="post" enctype="multipart/form-data">