J
|
Jane 8/16/2007 |
Frank, $file_move = array($file['tmp_name'],GetUploadFolder($field).$value);
$ext = substr($file["name"], strlen($file["name"])-4); $ext=strtoupper($ext); if($ext!=".PDF") return false; |
F
|
frocco author 8/16/2007 |
Thanks Jane, Frank, you can put this checking into generated include\commonfunctions.php file. Find this line there: and put your checking just after. Here is the sample code: |
J
|
Jane 8/17/2007 |
Frank, |
F
|
frocco author 8/17/2007 |
Thanks Jane... |