Add File Transfer to Your Website.

Add fast, reliable file upload and download to your website. Handle large files, many files, interruptions, and recovery without building the transfer engine yourself.

Upload

Create a web page that allows files to be uploaded to a folder path.

Open the Device File Explorer

Select the target web server in Devices and click Browse to open the file explorer.

Select a Folder and Generate Code

In the file explorer, select the folder where you want to upload files and click Generate.

Select Upload

Select Upload in the INNORIX Code Generator screen. When a folder is selected, Upload is selected by default.

Copy or Download the Code

Copy the generated upload code with Copy to Clipboard and paste it into the web page you want to integrate, or download the code with Download as File and use it.

Check on the Web Page

Open the web page where the code has been applied. The upload control is displayed, and you can add files to upload them directly to the specified folder.

Folder Download

Create a web page that allows files in a folder path to be downloaded.

Open the Device File Explorer

Select the target web server in Devices and click Browse to open the file explorer.

Select a Folder and Generate Code

In the file explorer, select the folder containing the files you want to download and click Generate.

Select Download

In the INNORIX Code Generator screen, select the Download checkbox to generate the download code.

Copy or Download the Code

Copy the generated download code with Copy to Clipboard and paste it into the web page you want to integrate, or download the code with Download as File and use it.

Check on the Web Page

Open the web page where the code has been applied. The download control is displayed, and you can download files from the specified folder directly from the web page.

File Download

Create a web page that allows specific files to be downloaded.

Open the Device File Explorer

Select the target web server in Devices and click Browse to open the file explorer.

Select Files and Generate Code

In the file explorer, select the files you want to download and click Generate. Multiple files can be selected at once to generate download code for batch downloading.

Generate Download Code

Files can only be downloaded, so Download is automatically selected in the INNORIX Code Generator screen and the download code is generated.

Copy or Download the Code

Copy the generated download code with Copy to Clipboard and paste it into the web page you want to integrate, or download the code with Download as File and use it.

Check on the Web Page

Open the web page where the code has been applied. The download control is displayed, and you can download the specified files directly from the web page.

Development Resources and Examples

Code examples and documentation required for web upload & download integration are available on INNORIX GitHub.