forked from github/cordova-android
Spelling: necessary
This commit is contained in:
parent
3d073be990
commit
46db36a05e
@ -287,7 +287,7 @@ public class FileTransfer extends Plugin {
|
|||||||
bytesRead = fileInputStream.read(buffer, 0, bufferSize);
|
bytesRead = fileInputStream.read(buffer, 0, bufferSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
// send multipart form data necesssary after file data...
|
// send multipart form data necessary after file data...
|
||||||
dos.writeBytes(tailParams);
|
dos.writeBytes(tailParams);
|
||||||
|
|
||||||
// close streams
|
// close streams
|
||||||
|
Loading…
Reference in New Issue
Block a user