TwoSky.WebComponents.FileUpload
3.1.0
dotnet add package TwoSky.WebComponents.FileUpload --version 3.1.0
NuGet\Install-Package TwoSky.WebComponents.FileUpload -Version 3.1.0
<PackageReference Include="TwoSky.WebComponents.FileUpload" Version="3.1.0" />
<PackageVersion Include="TwoSky.WebComponents.FileUpload" Version="3.1.0" />
<PackageReference Include="TwoSky.WebComponents.FileUpload" />
paket add TwoSky.WebComponents.FileUpload --version 3.1.0
#r "nuget: TwoSky.WebComponents.FileUpload, 3.1.0"
#:package TwoSky.WebComponents.FileUpload@3.1.0
#addin nuget:?package=TwoSky.WebComponents.FileUpload&version=3.1.0
#tool nuget:?package=TwoSky.WebComponents.FileUpload&version=3.1.0
The File Upload plugin allows for easy uploading of files to the blobstorage in conjunction with the Cronos Documents module.
This plugin is only compatible with the Web3 Vidyano client.
After installing the plugin, add the following line to your app.ts:
import "../file-upload/file-upload";
and add
"resumablejs": "^1.1.0"
to the package.json file under "dependencies".
Then rebuild the frontend code.
In the Backend you'll need to add :
services.AddDocument<Library.Document>();
to the ConfigureServices method in the Startup.cs file.
In the Backend you'll find a new datatype: FileUpload, this datatype needs to be given to a property on your Document persistent object in order to use the file uploader functionality. You can pass the documentsuri=uri typehint to this attribute in order to locally test this plugin otherwise the documentsuri will default to "https://cronos.app/documents"
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Vidyano (>= 6.0.20250923.6107)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.