InterviewSolution
Saved Bookmarks
| 1. |
Define multipart form data? |
|
Answer» MULTIPART FORM DATA is one of the values of the enctype attribute. It is USED to send the file data to the server-side for processing. The other valid values of the enctype attribute are text/plain and application/x-www-form-urlencoded. |
|