- The sample project is written to implement upload using DEXTUploadX5 and DEXTUpload.NET Professional products.
- As the sample project is a web application project (.NET Framework 4.6.1) based on the WebForm environment, Visual Studio is required (created in Visual Studio 2015).
- The sample project is based on the UTF-8 environment.
-
How to apply the license of DEXTUpload.NET Professional server component to run the sample
- The DEXTUpload.NET Professional product is a server component library used in the ASP.NET.
- The DEXTUpload.NET Professional product is available with the .NET Framework 4 or later.
- The sample test requires that the DEXTUpload.NET Professional product be installed. (In this sample project, you can skip the installation steps for the DEXTUpload.NET Pro product.)
- DEXTUpload.NET Professional products require the license. After purchasing a commercial license or downloading a trial, an authKey must be issued using the provided PID (product number) and SN (serial number).
- Open the web.config file of the sample and set it in <dextupload.net> <settings authkey="authentication key" ...>.
- For more information about the process of issuing an authentication key, refer to the DEXTUpload.NET Professional Manual > "Product description" > "License".
Basic examples
Example 01Uploading a file with the simplest method
Example 02Handling metadata
Example 03Uploading by ORAF/OROF
Example 04Downloading a file
Example 05Opening a file
Example 06Transferring files and form data
Example 07Registering a new file with a post, deleting the existing files
Example 08Hiding the progress window
Example 09Changing the progress window
Example 10Multiple components
Example 11Using multiple components in a SINGLE style
Example 12Compressing files and downloading
Example 13Upload with folder structure
HD application
Example 01Downloading multiple files
Example 02Calling event address
Example 03Changing options
Large file upload
Example 01Uploading large files
Amazon S3
Example 01Uploading files to Amazon S3
Example 02Uploading files to Amazon S3 (secured)
Example 03Downloading files from Amazon S3
Example 04Downloading files from Amazon S3 (secured)
Microsoft Azure Blob Storage
Example 01Uploading files to Microsoft Azure Blob Storage
Example 02Downloading files from Microsoft Azure Blob Storage