ファイルのアップロードを行う(複数件)
kintone上、複数ファイルをアップロードしてもキーは単一になる。このためアップロードに使用したキーとファイルダウンロードのキーは異なるので注意
kintone上、複数ファイルをアップロードしてもキーは単一になる。このためアップロードに使用したキーとファイルダウンロードのキーは異なるので注意
Namespace: kintoneDotNET.API
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
Parameters
- files
- Type: System.Collections.ObjectModelReadOnlyCollectionHttpPostedFileBase
[Missing <param name="files"/> documentation for "M:kintoneDotNET.API.kintoneAPI.UploadFile(System.Collections.ObjectModel.ReadOnlyCollection{System.Web.HttpPostedFileBase})"]
Return Value
Type: String[Missing <returns> documentation for "M:kintoneDotNET.API.kintoneAPI.UploadFile(System.Collections.ObjectModel.ReadOnlyCollection{System.Web.HttpPostedFileBase})"]
Remarks
See Also