abstract fun upload(notSyncedInfo: I, pictureInputStream: InputStream): String
Upload a picture.
notSyncedInfo
- the Info entity
pictureInputStream
- input stream of the picture to be uploaded
Return
newIdentifier if Info was created on server, null otherwise