Annotation of parser3/tests/results/195.processed, revision 1.4
1.2 misha 1: Content-Type: text/html; charset=UTF-8
1.4 ! moko 2: Content-Length: 1444
1.1 misha 3:
4: <hr />
5: <h2>Load remote file in WIN-1251 with uploading file in UTF-8</h2>
1.3 moko 6: <p>
7: Method: 'POST'
1.1 misha 8: Incoming text: 'Проверка'
9: Local text: 'Проверка'
10: Incoming file's size: 16
1.3 moko 11: Incoming file's name: '195_utf8.txt'
12: </p>
1.1 misha 13: <hr />
14: <h2>Load remote file in UTF-8 with uploading file in WIN-1251</h2>
1.3 moko 15: <p>
16: Method: 'POST'
1.1 misha 17: Incoming text: 'Проверка'
18: Local text: 'Проверка'
19: Incoming file's size: 8
1.3 moko 20: Incoming file's name: '195_windows1251.txt'
21: </p>
1.1 misha 22: <hr />
23: <h2>Load remote file with uploading file, correct enctype and method GET</h2>
1.3 moko 24: <p>
1.4 ! moko 25: Exception: you cannot use $.enctype option with method GET
1.3 moko 26: </p>
27: <hr />
1.1 misha 28: <h2>Load remote file with uploading file and method GET</h2>
1.3 moko 29: <p>
30: Exception: is file, form option value can be string or table only (file is allowed for $.method[POST] + $.enctype[multipart/form-data])
31: </p>
32: <hr />
1.1 misha 33: <h2>Load remote file with uploading file without enctype</h2>
1.3 moko 34: <p>
35: Exception: is file, form option value can be string or table only (file is allowed for $.method[POST] + $.enctype[multipart/form-data])
36: </p>
37: <hr />
1.1 misha 38: <h2>Load remote file with uploading file and inappropriate enctype</h2>
1.3 moko 39: <p>
40: Exception: is file, form option value can be string or table only (file is allowed for $.method[POST] + $.enctype[multipart/form-data])
41: </p>
42: <hr />
1.1 misha 43: <h2>Load remote file with uploading file and invalid enctype</h2>
1.3 moko 44: <p>
45: Exception: $.enctype option value can be application/x-www-form-urlencoded or multipart/form-data only
46: </p>
E-mail: