News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
File uploads with Adobe Flex and Zend AMF
October 22, 2010 @ 12:25:07

On the Zend Developer Zone there's a post looking at uploading files in a Adobe Flex-based application that uses a slightly different than usual approach to uploading files through Zend_Amf.

Zend AMF is a PHP implementation of the AMF (Action Message Format) binary protocol within the Zend Framework. I had to implement a system to upload files that were a little different than what is typically used in Flash, so I built upon Zend AMF for my needs. Researching a little on the net, I found a solution that was simpler than I expected. Based on an article, I only had to make a few adjustments.

He shows a (brief) version of his setup - a gateway to be used as the endpoint for Flex to connect to, the VO properties and the class to handle the upload. On the Flex side, he includes the code to create the view and pass the upload off to the waiting PHP backend. If you want to see the full code, you can grab it here.

0 comments voice your opinion now!
file upload adobe flex tutorial zendamf


blog comments powered by Disqus

Similar Posts

PHPit.net: Using the CURL Library on PHP

Lorna Mitchell's Blog: Idiot-Proof Deployment with Phing

Tony Bibbs' Blog: HOWTO: Deploy Your Application Using PEAR

PHPBuilder.com: Using the mysqli Interface: Basic Techniques

PHPMaster.com: Understanding the Observer Pattern


Community Events











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


release testing language interview podcast phpunit framework application database zendframework2 composer opinion introduction functional code development community example series api

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