S 
		
								
				
				
			
		Steel City Phantom
would someone please explain to me why this routine has worked for close
to 2 years on clients ranging from windows (including XP), to linux, to
mac's and all of a sudden my winXP clients that install SP2 are now only
downloading zero length files?
//actually send the file
Response.Clear();
Response.ContentType = "application/octet-stream";
Response.AddHeader("Content-Disposition", "attachment; filename=\"" +
sFileName + "\"");
Response.Flush();
Response.WriteFile(sFullFileName);
thanks
				
			to 2 years on clients ranging from windows (including XP), to linux, to
mac's and all of a sudden my winXP clients that install SP2 are now only
downloading zero length files?
//actually send the file
Response.Clear();
Response.ContentType = "application/octet-stream";
Response.AddHeader("Content-Disposition", "attachment; filename=\"" +
sFileName + "\"");
Response.Flush();
Response.WriteFile(sFullFileName);
thanks
