We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just love your file uploading feature. If you can giver uploading status then it will be great..
File myFile = new File("/path/to/file.png"); RequestParams params = new RequestParams(); try { params.put("profile_picture", myFile); } catch(FileNotFoundException e) {}
You can make interface to get uploading status. It can be in percentage or you can count bytes uploaded.
The text was updated successfully, but these errors were encountered:
#118 (comment) ..?
Sorry, something went wrong.
为什么requestparams里面只要放了文件,别的参数就传递不过去了
This is now provided by 9f73dc7
thank you! it has ok!it is my using problem!
------------------ 原始邮件 ------------------ 发件人: "Marek Sebera";notifications@github.com; 发送时间: 2013年10月15日(星期二) 凌晨3:44 收件人: "loopj/android-async-http"android-async-http@noreply.github.com; 抄送: "倚楼听风雨"674429478@qq.com; 主题: Re: [android-async-http] Request : File uploading status (#273)
— Reply to this email directly or view it on GitHub.
smarek
No branches or pull requests
I just love your file uploading feature. If you can giver uploading status then it will be great..
You can make interface to get uploading status. It can be in percentage or you can count bytes uploaded.
The text was updated successfully, but these errors were encountered: