/ Published in: PHP
got this as part of an example on the adobe cookbook site
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $tempFile = $_FILES['Filedata']['tmp_name']; $fileName = $_FILES['Filedata']['name']; $fileSize = $_FILES['Filedata']['size']; ?>
URL: http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&postId=5241&productId=2