Hello --
I'm search to implement a secure download, where a specific .taf
(downloadfile.taf) read specific file from a directory with no public
read permission and give the end-user [in transparent manner] the
faculty to save it on local; 
I'm believe that Scott Cadillac's attached file [2001-based] is right
to me, but how can I adapt it to run in WiTango v5.5 environment?

The download manager application can download .zip, .pdf and .txt
files.
Size of single file can vary between 35 bytes and 5/6Mb.

My environment is:
- Windows 2003 box with IIS
- WiTango server v5.5.x

I'm sure that http header is keyword here, but my knowledge about
manipulation of http header is limted; anyone can suggest me a previous
thread where can I find appropriate info?
Many thanks, Alex/

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
<_expression_> iseq dbo.rsaFileLocations rsaFileLocations Filename rsaFileLocations MimeType rsaFileLocations FileSize rsaFileLocations Filename rsaFileLocations MimeType rsaFileLocations FileSize 1 1 <@appfilepath>dir_w_no_web_rights/<@var local$resultSet[1,Filename]>]]> fileContents ODBC SQL2000 SQL2000 <@assign name="httpHeader" scope="local" value="Content-Type: <@var local$resultSet[1,filename]><@crlf>Content-Length: <@var local$resultSet[1,filesize]><@crlf>Content-Disposition: inline; filename=<@dq><@var local$resultSet[1,filename]><@dq><@crlf><@userreferencecookie><@crlf>"> ]]> <@var local$fileContents encoding=none> ]]> ]]>

Reply via email to