我想通过我的 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 类型文件的格式是什么,这是什么?那么其他参数呢?
感谢您的阅读