Androidアプリを介してAlfrescoにアップロードしたい。私はこのAPIを見つけます:
The following web script uploads file content and metadata into the repository.
POST /alfresco/service/api/upload
The web script uses the following HTML form data:
filedata - (mandatory) HTML type file
siteid
containerid
uploaddirectory
updatenoderef
filename
description
contenttype
majorversion
overwrite
thumbnails
The returned content is:
nodeRef
It returns a status: STATUS_OK (200).
The web script description document specifies the following options:
Value Description
user The authentication access
required The transaction level
any The format style
json The default response format
しかし、私は知りません
私のファイルパスはどこにありますか?
filedata - (mandatory) HTML type file
:HTMLタイプのファイルの形式は何ですか、これは何ですか?そして、他のパラメータはどうですか?
読んでくれてありがとう