[
Lists Home |
Date Index |
Thread Index
]
Hello,
I'm having trouble with some data that I'm uploading to my server. Its a
flat file with TAB seperated fields and LINE FEED CARRIAGE RETURN's for each
record. Once it hits the ASP script, I am attempting two splits, one for
the VBCRLF's, then looping through these results and splitting each by
VBTAB's...
Ultimately, I will be inserting this data into a DB we have online.
My problem is, and I've verified that the data is indeed posted, the result
(ubound) of each array is always 0. As in, it didn't find my VBCRLF's or my
VBTAB's to split by. Am I losing these characters during the post?
Please note: I'm using MSXML2 to form a silent post from a VB app. I have
added the correct "application/x-www-form-urlencoded" to the header.
Thanks for the help.
Karl
PS: might i need to specify some sort of encoding?
|