Rev 58 | Details | Compare with Previous | Last modification | View Log | RSS feed
<?php
function uploadFileToDatabase( $fieldName, $formName = '' ) {
if ($formName == '') {
$formName = $fieldName
}
$_FILES[$fieldName]['tmp_name'];
?>