Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

form encrypt type in html

hansal answered on May 6, 2023 Popularity 3/10 Helpfulness 3/10

Contents


More Related Answers

  • html enctype
  • encrypt script code
  • encrypt
  • Custom Encrypted String Type
  • php script to encrypt an input

  • form encrypt type in html

    0

    application/x-www-form-urlencoded Default.

    All characters are encoded before sent (spaces are converted to "+" symbols, and special characters are converted to ASCII HEX values)

    -------------------------------

    enctype="multipart/form-data" 

    This value is necessary if the user will upload a file through the form

    -------------------------------------------------------

    text/plain Sends data without any encoding at all. Not recommended

    Popularity 3/10 Helpfulness 3/10 Language whatever
    Source: Grepper
    Tags: html
    Link to this answer
    Share Copy Link
    Contributed on May 06 2023
    hansal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.