Read the file in with a file action, and define a local var to stor ethe contents of the file (this is done in the file action too).  Now you have the file name, type and length (assuming you've stored the full filename in a variable too)
 
<@COMMENT>
## NOT REAL CODE
Content-Type = application/octet-stream
Content-Length = <@VAR local$filecontents>
Content-Disposition filename = <@VAR local$filename>
</@COMMENT>



Henning Sittler
www.inscriber.com


-----Original Message-----
From: Trevor Green [
mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 9:33 AM
To: Multiple recipients of list witango-talk
Subject: RE: RE: Witango-Talk: return protected file


I do not have the Content Type and Content Lenth stored in the database either, although I could if necessary. What are the best ways of getting this information?
T.

Reply via email to