Property "EncodingType" <enctype>

Top  Previous  Next

The valid values of this property are:

1. application/x-www-form-urlencoded

This is the default and mostly used value for Encoding type. It is used to transfer user input as request parameters.

2. multipart/form-data

multipart/form-data encoding type is used to transfer both user input, content of the local files or a mixture of them. Careful handling of the data is required on the server side for the data transferred with this type of encoding.

See Form