News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Transferring Huge XML Documents in PHP with an Ajax-driven Web Interface
August 11, 2010 @ 09:15:20

On PHPBuilder.com there's a new tutorial posted about combining PHP and Ajax to move large XML data around via a web interface.

A simple way to transfer XML documents onto a server is to use an Ajax-driven Web interface to upload the files. However, this approach won't work for huge XML files because Ajax doesn't support uploading of files that large. In this article you will learn an innovative solution for transferring huge XML documents on the server via a Web interface using Ajax and the GET method.

Their method takes the XML and puts it in a string then breaks it up into chunks to make it easier to transport. These chunks are then sent via an Ajax request and pushed into an XML file. Full code is included for the tool and a few screenshots of their example in action.

0 comments voice your opinion now!
transfer xml file ajax interface tutorial


blog comments powered by Disqus

Similar Posts

NetTuts.com: The Ins and Outs of PHP Exceptions

DevX: Integrating Bash with PHP

Michael Nitschinger's Blog: Handling JSON like a boss in PHP

ThinkPHP Blog: Handling large files with(out) PHP

WebReference.com: XML-Enabled Applications


Community Events











Don't see your event here?
Let us know!


development rest language interview google opinion community framework zendframework2 symfony2 functional testing podcast series database release usergroup introduction phpunit conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework