Skip to content

Commit 1efad8a

Browse files
committed
+ successively
1 parent fc3d90d commit 1efad8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ FileAPI.event.on(document, 'drop', function (evt/**Event*/){
179179

180180
<a name="FileAPI.upload"></a>
181181
### upload(opts`:Object`)`:XmlHttpRequest`
182-
Uploading files to the server. Returns XHR-like object.
182+
Uploading files to the server (successively). Returns XHR-like object.
183183
It is important to remember to correctly worked flash-transport server response body must not be empty,
184184
for example, you can pass, just text "ok".
185185

README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ FileAPI.event.on(document, 'drop', function (evt/**Event*/){
178178

179179
<a name="FileAPI.upload"></a>
180180
### upload(opts`:Object`)`:XmlHttpRequest`
181-
Загрузка файлов на сервер. Возвращает XHR-подобный объект.
181+
Загрузка файлов на сервер (последовательно). Возвращает XHR-подобный объект.
182182
Помните, для корректной работы flash-транспорта, тело ответа сервера не должно быть пустым,
183183
например можно ответить простым текстом "ok".
184184

statics/docs.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)