Enter Keywords:
1 - 10 of 36(0.059 seconds)
Sort By:
 
I need to read large data files. The sizes exceed 6Gb. I need to read thru them in binary format. Best as I can tell, C++ appears to be limited to files that are 2,147,483,647 bytes. The OS...
Zones: C++Date Answered: 08/09/2001 Rating: 7.2 Views: 0
I am not using an ASP upload component I am able to upload a file to the server but I then want to email it to an email address specified in the form i cannot do strTo=Request.Form("useremail") ...
Zones: ProgrammingDate Answered: 06/02/2003 Rating: 6.6 Views: 0
Ok, I am familiar with the BinaryReader class, and it's plethora of supported data formats yet it is still very limited to what I need to do. EXPERTS, what do you think is the best way, in .N...
Zones: ProgrammingDate Answered: 11/05/2004 Rating: 7.6 Views: 0
                 BinaryReader br = new BinaryReader(reader); Please advice.  Thanks,
Zones: C#Date Answered: 05/30/2006 Rating: 9.0 Views: 0
Hi All, I'm using an asp page to pull in data from a form and a file, upload the file to the server and then make an entry in a database. Indivually, it works fine and I can upload files usin...
Zones: ASPDate Answered: 02/09/2000 Rating: 9.2 Views: 0
Hi, Here's my code:      Set oXMLHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP.4.0")      oXMLHTTP.Open "POST", "http://mysite.com/mypage.asp", False      vntPostedData = Request.BinaryR...
Zones: ASPDate Answered: 11/22/2003 Rating: 8.2 Views: 0
After 10 years at system administration, I thought I'd learn VB.Net by taking on a project in the office. But I'm finding that I'm in over my head. I need to parse through a tagged-field format ...
Zones: .NETDate Answered: 02/10/2004 Rating: 7.6 Views: 0
I'm trying to read mixed data (text & binary) from a network stream. The data format i have chosen is similar to the mail format: (Text in Brackets [ ] is substituted with appropriate data) M...
Zones: C#Date Answered: 04/06/2004 Rating: 8.0 Views: 11
Hi Experts! I know this question may have been asked before but I can't seem to find anything with real value for the application I need. Here's the situation: 1. I need to store an image in...
Zones: ProgrammingDate Answered: 11/01/2004 Rating: 7.4 Views: 0
What is the best way to check for EOF (without moving the read pointer)  with a Binary Reader?  Thanks Nick
Zones: C#Date Answered: 10/30/2005 Rating: 9.6 Views: 27