03-16-2012 06:26 AM
Hi All,
While uploading file from Android using "nuxeo-Android-Connector" i'm getting Exception like
"Binary request are not supported". I'm resceiving this exception from defaultsession.java file of nuxeo-android-connector package.
i'm using "Nuxeo Android simple client project"
03-20-2012 09:20 AM
Hi Tiry,
03-20-2012 09:36 AM
Hi Tiry,
01-23-2014 08:24 PM
Hi Ravi,
did you find your answer? I encounter same issue during picture attachement. I try this code below without success and don't undestand storeAndUpload attributes.
Did you solve it for you?
Document imageDoc = documentMgr.createDocument(pictureBook, "Picture", "test");
FileUploader uploader = session.getAdapter(FileUploader.class);
uploader.storeAndUpload("BID", "1", fb, new AsyncCallback<Serializable>() {
@Override
public void onSuccess(String executionId, Serializable data) {
Log.i(TAG, "success");
}
@Override
public void onError(String executionId, Throwable e) {
Log.i(TAG, "errdroior");
}
});
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.