Ask a Question related to ASP Database, Design and Development.
-
Roger Withnell #1
File downloads from Access but not from SQL Server
My file, a Word .doc, will download from Access (datatype
OLE Object) but not from SQL Server (datatype Image) using
exactly the same code except to change the DSN of course.
My code uses Response.ContentType application/octet-stream
(is this correct for SQL Server Image datatype?) followed
by Response.AddHeader Content Disposition and Content-
Length to get the file name and size and then
Response.BinaryWrite.
Using the SQL Server database fails when I click OK to
save the file to the browser's disc. IE says it can't
find the internet site. Using Access, the file downloads
successfully to the client browser.
Please advise.
Roger Withnell Guest
-
File Downloads from DW8 site
G'day. I have a client who wishes to make an MP3 available for download from a page in the site. If I simply link to it, it opens in the visitor's... -
Control File downloads?
I wish to control the number of files a web viewer can download say in a given time eg 1 minute,1 hour, Day etc to ease congestion. Whats the... -
FTP Transfer hangs and does not compete the file - or permitmultiple file downloads
I seem to have found an OS X problem. I use Fetch and Transmit for FTP of server log files. But since switching to OS X the file transfers seem to... -
How to Count File Downloads
I'm building our internal intranet and am interested in determining what forms & files from our Resource Download area are accessed the most... -
multiple file downloads on XP?
Using WinXP, I am unable to have more than 2 simultaneous file downloads from any 1 server. Under Win98SE, it seemed essentially unlimited unless...



Reply With Quote

