Skip to content

Request : File uploading status #273

Closed
@bhavesh-hirpara

Description

@bhavesh-hirpara

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions