Skip to content

Commit

Permalink
force raw encoding for file uploads (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Nov 6, 2009
1 parent b75c35f commit 892af5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Vend/Data.pm
Expand Up @@ -2069,6 +2069,7 @@ sub update_data {
$nm,
{
outfile => $outfile,
encoding => 'raw',
umask => $::Scratch->{mv_create_umask} || '022',
auto_create_dir => $::Scratch->{mv_auto_create_dir},
yes => '1',
Expand Down

0 comments on commit 892af5b

Please sign in to comment.