PHP与MXML上传文件脚本一起使用
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP与MXML上传文件脚本一起使用相关的知识,希望对你有一定的参考价值。
got this as part of an example on the adobe cookbook site
<?php $tempFile = $_FILES['Filedata']['tmp_name']; $fileName = $_FILES['Filedata']['name']; $fileSize = $_FILES['Filedata']['size']; ?>
以上是关于PHP与MXML上传文件脚本一起使用的主要内容,如果未能解决你的问题,请参考以下文章
如何将 Actionscript“类”与 Flex MXML 文件一起使用?
使用 mxml 脚本代码连接 ActionScript 类(Socket)