OLD | NEW |
1 <p id="classSummary"> | |
2 Use the <code>chrome.fileBrowserHandler</code> module to | |
3 extend the Chrome OS file browser. | |
4 For example, you can use this API | |
5 to enable users to upload files to your website. | |
6 </p> | |
7 | |
8 <p class="caution"> | 1 <p class="caution"> |
9 <b>Important:</b> | 2 <b>Important:</b> |
10 This API works <b>only on Chrome OS</b>. | 3 This API works <b>only on Chrome OS</b>. |
11 </p> | 4 </p> |
12 | 5 |
13 <p> | 6 <p> |
14 The Chrome OS file browser comes up when | 7 The Chrome OS file browser comes up when |
15 the user either presses Ctrl+M | 8 the user either presses Ctrl+M |
16 or connects an external storage device, | 9 or connects an external storage device, |
17 such as an SD card, USB key, external drive, or digital camera. | 10 such as an SD card, USB key, external drive, or digital camera. |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 --> | 137 --> |
145 | 138 |
146 <!-- | 139 <!-- |
147 <h2 id="examples">Examples</h2> | 140 <h2 id="examples">Examples</h2> |
148 | 141 |
149 <p> | 142 <p> |
150 For examples of using this API, see ... | 143 For examples of using this API, see ... |
151 For other examples and for help in viewing the source code, see | 144 For other examples and for help in viewing the source code, see |
152 <a href="samples.html">Samples</a>. | 145 <a href="samples.html">Samples</a>. |
153 </p> | 146 </p> |
154 --> | 147 --> |
OLD | NEW |