[xml-dev] Upload Carriage returns Form
by Karl Stubsjoen other posts by this author
Aug 9 2002 11:58PM messages near this date
RE: [xml-dev] Multidimensional XML
|
[xml-dev] Re: XHTML 2.0 and the death of XLink and XPointer?
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?
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org> , an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
|