Archive for March, 2009
3 years, 1 month ago Posted in: Blog 2

Those days had problems on getting to work zend_amf on a production server. On my developement machine everything was working fine. Services were working, sending strings, arrays and custom VO’s from and to flex was working like a charm. Once uploaded via ftp to the production server I started testing and got into the famous [...]

3 years, 2 months ago Posted in: Blog Comments Off

Today I’ve discovered an improvement to file uploads from AIR. Using the upload method from flash.filesystem.File , we’lll send the bytearray uncompressed to a server service. great. However with this little script we can save large amount of bandwidth compressing the bytearray data before sending. As always feel free to use it and abuse it. [...]