If you have created upload applications using
FileUp Standard Edition
(FileUpSE), you can use FileUpEE to create 3-tier uploads (client to web Server
to file server) without rewriting your existing FileUpSE scripts. FileUpEE's |
|
|
A FileUpSE upload application includes a client-side file submission script and a server-side script that uses FileUp to process the upload:
In a 3-tier FileUpEE upload, if FileUpCompat
is set to true
on the
web server, you can use a FileUpSE script on the file server:
|
When you use an existing FileUpSE script on the file server, in your FileUpEE web server script:
FileUpEE
:
Set oFileUpEE = Server.CreateObject("SoftArtisans.FileUpEe")
FileUpCompat
to true
:
oFileUpEE.FileUpCompat = True
ProcessRequest
.
oFileUpEE.ProcessRequest Request, False, False
TargetUrl
to the URL of the FileUpSE script on the file server:
oFileUpEE.TargetUrl = "http://locahost/fileserver/FileUpResp.asp"
SendRequest
:
intSAResult = oFileUpEE.SendRequest()
FileUpEE's FileUpCompat
property allows you to use FileUpEE without
rewriting existing FileUpSE code. However, the following FileUpEE features are not
available in a FileUpCompat
application: