Issue 37: [easygou-client-api] 需要在uploadPictures方法增加callback,以便显示当前上传图片的进度
Status:  Fixed
Owner:
Closed:  Feb 2013
Project Member Reported by chendequ...@gmail.com, Feb 5, 2013
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Feb 20, 2013
Project Member #1 chendequ...@gmail.com
Because currently, uploadPictures is on-off request/response transaction, and return the response according to the request, if we upload the pictures one by one, we can't decide the response object. So this should be fixed in the easygou-client caller.

To avoid confuse caller, add a new method:
public static ServerResponse<String> uploadPictures(String idMessage,
			String pic) throws ClientProtocolException, IOException

Revision#94
Feb 20, 2013
Project Member #2 chendequ...@gmail.com
Close this issue
Status: Fixed