Viewing 5 posts - 1 through 6 (of 6 total)
It worked and its working fine now.
Thanks for your help.
and i really appreciate the support extended by you.
Thanks indeed.
Take Care
January 13, 2004 at 10:54 pm
-------------------------------------file.asp---------------------------------
<%
' Retrieves binary files from the database
Response.Buffer = True
' ID of the file to retrieve
Dim ID
ID = Request("ID")
If Len(ID) < 1...
January 12, 2004 at 10:56 pm
iam also using asp application (Front End) .
File data is shown in junk format.
January 11, 2004 at 10:19 pm
I used image datatype, the problem is word,excel and powerpoint file data is shown as junk representation.
What might be the reason...
Thanks
January 10, 2004 at 10:43 pm
I did used image datatype previously but its best suited if iam storing only image files.
but i want something which can store any format of file (.doc,.ppt,.xls,.pdf etc)
January 10, 2004 at 12:21 am
Viewing 5 posts - 1 through 6 (of 6 total)