Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html enctype

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

<!-- 
    Attribute Values
    1. application/x-www-form-urlencoded	
    2. multipart/form-data	
    3. text/plain	
-->
 
PREVIOUS NEXT
Tagged: #html #enctype
ADD COMMENT
Topic
Name
2+3 =