250 câu hỏi trắc nghiệm lập trình PHP có đáp án - Phần 4

Đoạn mã HTML nào sau đây được sử dụng cho việc upload tập tin trong form?

37/50

Đoạn mã HTML nào sau đây được sử dụng cho việc upload tập tin trong form?

<form enctype="text/plain" action="index.php" method="post">

<form enctype="plain" action="index.php" method="post">

<form enctype="multipart/form-data" action="index.php" method="post">

<form enctype="application/upload-file" action="index.php" method="post">

Giải thích

C là đáp án đúng