FileUpEE Samples Index



Classic ASP Samples

A 100K size limit has been set on upload samples

Sample NameCode ViewDescription
Upload Samples
Simple 3-Tier Upload [Form]
[Webserver]
[Fileserver]
A 3-Tier SOAP-based upload from client to webserver, to fileserver
Simple 2-Tier Upload [Form]
[Webserver]
A simple 2-tier client-to-webserver RFC1867 upload
3-Tier File & Form Upload [Form]
[Webserver]
[Fileserver]
A demonstration of how to handle both file and text-based HTML file elements with FileUpEE
3-Tier Save-All-In-Loop Sample [Form]
[Webserver]
[Fileserver]
Handles file and text-based HTML elements in a loop. This sample is designed to handle a post from any form. Illustrates how to handle text element subcollections (checkboxes, multi-select boxes, etc)
FileUp Compatibility Sample [Form]
[Webserver]
[Fileserver]
FileUpCompat mode allows you to easily turn your classic FileUp upload scripts into a FileUpEE enterprise application
3-Tier Progress Indicator [Form]
[Webserver]
[Fileserver]
[Progress]
The 3-Tier server-side progress indicator lets you monitor the progress of both the client-to-webserver and webserver-to-fileserver layers.
3-Tier Resumable Upload Sample [Form]
[Webserver]
[Fileserver/Status]
[Resume]
[List Resumable]
If a SOAP request from the webserver to the fileserver should happen to fail, you can resume the upload job at a later time to complete the transfer.
WebServer 2-Tier SaveAsBinary Sample [Form]
[Webserver]
Save the RFC1867 post as a text file on the webserver. This can be useful for debugging.
FileServer 3-Tier SaveAsBinary Sample [Form]
[Webserver]
[Fileserver]
Shows how to save the webserver-to-fileserver SOAP request as a flat file that you can view with any text editor.
Database Upload Samples
3-Tier Upload-To-Database [Form]
[Webserver]
[Fileserver]
3-Tier upload of a file and save it into a database on the fileserver
Download Samples
3-Tier Download Sample [Download]
[Fileserver]
3-Tier filesystem download from a fileserver
3-Tier Download-From-Database Sample [Form]
[Webserver]
[Fileserver]
Perform a 3-Tier download of a file from a database on a fileserver
Client-Side Uploads
XFile 3-Tier Upload [Form]
[Webserver]
[Fileserver]
[Progress]
A client-enhanced 3-Tier upload with XFile
JFile 3-Tier Upload [Form]
[Webserver]
[Fileserver]
A client-enhanced 3-Tier upload using the JFile applet

ASP.NET Samples

A 100K size limit has been set on upload samples

Note: Your web server must have ASP.NET installed as well as the FileUpEE ISAPI filter. Also, the .UPLX extension must be configured on your server for these sample scripts to run. Please refer to the documentation for further information about these requirements.

Currently viewing ASP.NET code in C#.
Sample NameCode ViewDescription
.NET Upload Samples
.NET 3-Tier FileServer Upload [Form]
[Webserver]
[Fileserver]
A simple 3-tier upload to a fileserver with ASP.NET
.NET 2-Tier Webserver Upload [Form]
[Webserver]
Save a file on the webserver
Save All In Loop Sample [Form]
[Webserver]
[Fileserver]
Handle form elements in a loop. This sample demonstrates how to properly handle a form of any combination of elements.
3-Tier Progress Indicator [Form]
[Webserver]
[Fileserver]
[Progress]
Monitor all stages of a 3-Tier .NET transfer with FileUpEE's server-side progress indicator
Resumable Upload Sample [Form]
[Webserver]
[Fileserver/Status]
[Resume]
[List Resumable]
Resume a transfer job that failed while transferring between webserver and fileserver
Database Upload Samples
3-Tier Upload to database in ASP.NET [Form]
[Webserver]
[Fileserver]
Upload a file to a database on the fileserver
Download Samples
.NET File download [Download]
[Fileserver]
Download a file from a fileserver
3-Tier Download from a database [Form]
[Download]
[Fileserver]
Download a file from a database on the fileserver


Copyright © 2003, SoftArtisans, Inc.