Unlimited HTTP File Upload
for Enterprise Applications
Designed
to exceed the most demanding file transfer requirements, FileUp
Enterprise Edition streams uploads and utilizes
chunked transfer encoding to deliver files of unlimited
size and amount with minimal memory requirements.
Best of all, FileUpEE's high-performance capabilities do not
require any complicated overhauls to existing infrastructure
- just use IIS 5 or 6 and a standard browser for unlimited
transfer applications.
|
Streaming Uploads
By streaming file uploads in Classic ASP, FileUpEE offers all of the security
and availability benefits of a 3-tier file transfer architecture
with the performance of a traditional 2-tier upload. When streaming
uploads, full file metadata, automatic file-server saving,
and full file-server scripting are all still available. However,
the transferred files are never stored on the Web server (neither
in memory nor on disk), so security and performance are dramatically
increased.
This technology relies on chunked transfer-encoding to send
the client's request to the file server without caching it
on the Web server. Because FileUpEE uses a SOAP/MIME request
between the Web server and the file server, it must add an
additional MIME part (the SOAP payload) to the client's request.
When the client request is received on the Web server, FileUpEE
immediately forwards it to the file server in a chunked encoded
request at the same time as the file server interprets it.
|