Subversion Repositories computer_asset_manager_v1

Rev

Rev 58 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

<?php

function uploadFileToDatabase( $fieldName, $formName = '' ) {
   if ($formName == '') {
      $formName = $fieldName
   }
   $_FILES[$fieldName]['tmp_name'];
}



?>

Generated by GNU Enscript 1.6.5.90.