%
Response.ContentType = "application/octet-stream" 'Suggest opening a download window
Response.AddHeader "content-disposition","attachment; filename=" & strFile
Set adostream = Server.CreateObject("ADODB.Stream")
adostream.Open()
adostream.Type = 1
adostream.LoadFromFile "E:/APPLICATOINS/" & strdownloadfile
'Response.write "E:/APPLICATOINS/" & strdownloadfile
'response.End()
Response.BinaryWrite adostream.Read()
adostream.Close
Response.Flush()
Response.Clear ()
Response.ContentType = "text/html"
Response.AddHeader "content-disposition",""
%>
Loen Nursery Inc
 |
|
 |
|
|
|
|
Photo Gallery
|
|
| |
| |
| Growing Facilities |
| Sales Office |
Ph:503-982-6300 |
| F:503-925-0805 |
| |
| Business Office |
| Contractor’s Yard |
| Ph:503-625-5454 |
| F:503-625-6793 |
|
|
|