AlivePDF download and save to server


/ Published in: PHP
Save to your folder(s)

This PHP code is made to help people using the ActionScript 3 AlivePDF library to save PDF files from a Flash app to a server.

ActionScript 3 AlivePDF save code:
_pdf.save(Method.REMOTE, "save.php", Download.ATTACHMENT, "MyFile.pdf");

URL: http://blog.vamapaull.com/alivepdf-download-and-save-to-server/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.