Copy the upload module to your site specific modules library from the main modules directory.
- Open for edit the uploads.module file
- locate this line:
$rows[] = array(l($text, $href), format_size($file->filesize));
- Change the line to the following:
$rows[] = array(l($text, $href, array('attributes' => array('target' => '_blank'))), format_size($file->filesize));
Applies to D6
Topic Tags:
