Ignore:
Timestamp:
2009-01-08T18:47:07+13:00 (15 years ago)
Author:
ak19
Message:

When renaming the file using the chosen file-renaming method (base64 or URL encoding), need to indicate whether that the filename doesn't include the suffix in this case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/ConvertBinaryFile.pm

    r18320 r18339  
    284284    # to work on Windows (IE or Firefox), as browsers are looking for filesystem-encoded
    285285    # files on the filesystem.
    286     $tailname = &util::rename_file($tailname, $self->{'file_rename_method'});
     286    $tailname = &util::rename_file($tailname, $self->{'file_rename_method'}, "without_suffix");
    287287
    288288    $suffix = lc($suffix);
Note: See TracChangeset for help on using the changeset viewer.