Microsoft
Software
Hardware
Network
Question : passing xml data to a url
hi.
im trying to send data to a web service url.
my first question is: can i post xml data using sendAndLoad? eg. myVars.sendAndLoad("
http:/
/www.url.c
om/create
"
, myVars, "POST"); where myVars.data =
blah
etc? my angle brackets get converted to %3C and %3E
my second question: i expect my var 'data' will get quite long (over 1000 characters potentially) will this make an impact on using sendAndLoad?
Answer : passing xml data to a url
Hi,
The data will likely be escaped. Do you have the ability to unescape the data when received? Are you sending to php?
The size is probably okay, I've had large files returned from php to flash without problems.
Random Solutions
adding links to htmlText
Error detected by database DLL?! Pls come in, thanks
Date Time with Sql 2005
free subversion server ?
Can I remove files in C:\WINNT\Software Distribution\Download folder?
Could not connect all network drives, but all appear to be connected
lmhost.exe question
Search & Delete a specific file in the whole Hard Drive ?
flash samples site
String CONTAINS search_sting?