News Feed
Jobs Feed
Sections




News Archive
Chris Hartjes' Blog:
How To HTTP-PUT A File Somewhere Using PHP
January 14, 2008 @ 09:39:00

Chris Hartjes has a quick post (but complete with code) about moving files around a bit differently than the norm - it's his method for using a HTTP-PUT to push a file out.

A work project is getting close to 0.1 status. Pretty underwhelming, I know. One of the last 'milestones' for 0.1 is taking these wonderful XML documents that my web app creates and sends them to an internal web service. This web service will accept documents via an HTTP PUT [...] so I dug around a bit on the web and put together some code.

The code is a generic "publish" method that opens a stream to the remote server and, in a binary format, pushes the contents of a local file and parses out the response.

0 comments voice your opinion now!
http put remote location file push http put remote location file push


blog comments powered by Disqus

Similar Posts

Ian Selby's Blog: Making RESTful Requests in PHP

Richard Heyes' Blog: Reading a specific line in a file

Mike Wallner's Blog: pecl_http response performance

Andrew Johnstone's Blog: Lock Files in PHP & Bash

Symfony Blog: New in symfony 1.2: Small things matter


Community Events











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


community testing example language phpunit opinion code development zendframework2 framework unittest interview application tool introduction podcast series release conference functional

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