Skip to content

Request : File uploading status #273

New issue

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

Closed
bhavesh-hirpara opened this issue Jul 24, 2013 · 4 comments
Closed

Request : File uploading status #273

bhavesh-hirpara opened this issue Jul 24, 2013 · 4 comments
Assignees
Milestone

Comments

@bhavesh-hirpara
Copy link

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.

@feichh
Copy link

feichh commented Jul 24, 2013

#118 (comment) ..?

@tyl210110
Copy link

为什么requestparams里面只要放了文件,别的参数就传递不过去了

@smarek
Copy link
Member

smarek commented Oct 14, 2013

This is now provided by 9f73dc7

@smarek smarek closed this as completed Oct 14, 2013
@ghost ghost assigned smarek Oct 14, 2013
@tyl210110
Copy link

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)

This is now provided by 9f73dc7


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants