Update JSON API
[src/app-framework-demo.git] / afm-client / bower_components / jszip / documentation / faq.md
1 ---
2 title: "Frequently Asked Questions"
3 layout: default
4 section: main
5 ---
6
7 ### "Corrupted zip or bug : unexpected signature"
8
9 If you are sure that the zip file is correct, that error often comes from a
10 corrupted content. An ajax request, if not prepared correctly, will try to
11 decode the binary content as a text and corrupt it. See
12 [this page]({{site.baseurl}}/documentation/howto/read_zip.html).
13
14 ### My browser crashes / becomes unresponsive / never finish the execution
15
16 That happens if you try to handle to much data. If possible, try again with a
17 small (some KB) zip file to see if your code is correct. See
18 [this page]({{site.baseurl}}/documentation/limitations.html) for more
19 informations.