Content-Type: text/html; charset=UTF-8 Content-Length: 1432

Load remote file in WIN-1251 with uploading file in UTF-8

Method: 'POST' Incoming text: 'Проверка' Local text: 'Проверка' Incoming file's size: 16 Incoming file's name: '195_utf8.txt'


Load remote file in UTF-8 with uploading file in WIN-1251

Method: 'POST' Incoming text: 'Проверка' Local text: 'Проверка' Incoming file's size: 8 Incoming file's name: '195_windows1251.txt'


Load remote file with uploading file, correct enctype and method GET

Exception: you can not use $.enctype option with method GET


Load remote file with uploading file and method GET

Exception: is file, form option value can be string or table only (file is allowed for $.method[POST] + $.enctype[multipart/form-data])


Load remote file with uploading file without enctype

Exception: is file, form option value can be string or table only (file is allowed for $.method[POST] + $.enctype[multipart/form-data])


Load remote file with uploading file and inappropriate enctype

Exception: is file, form option value can be string or table only (file is allowed for $.method[POST] + $.enctype[multipart/form-data])


Load remote file with uploading file and invalid enctype

Exception: $.enctype option value can be application/x-www-form-urlencoded or multipart/form-data only