kymjs / KJFrameForAndroid

An Android library and includes ActivityFrame, KJHttp, KJBitmap, KJDataBase. KJFrameForAndroid is designed to wrap complexity of the Android native SDK and keep things simple.
https://www.kymjs.com/
Apache License 2.0
1.95k stars 787 forks source link

http上传文件部分,不能发送超过应用内存空间大小的文件,针对FileUtils.input2byte前一步的修改 #59

Open liuyang1989a opened 8 years ago

liuyang1989a commented 8 years ago

就它是大文件上传吧,这个功能还没有。 博主能否在put内容为file的时候,优先判断freeMemory的占有量然后再进行分片写入流操作。 如果直接把文件流转换为byte数据就有可能outOfMemory