thanks for read my question
y want to know how to download file using ajax?
anyone can tell me abaout that?
how to download xml file using ajax?
y want to develop ajax application to download xml file to mobile client browser..
and show the xml partially..y say that is streaming xml using ajax...anyone can explain how to do this?
If the mobile browser supports the XMLHttpRequest Object, than you should have no problem loading a file. HTTP connections do not allow streaming. You get the file in one piece.
Eric
__________________
Tech Author [Ajax In Action, JavaScript: Visual Blueprint]