Revision 7821
Added by ben leinfelder over 11 years ago
src/perl/Metacat/Metacat.pm | ||
---|---|---|
265 | 265 |
|
266 | 266 |
my %postData = ( action => 'upload', |
267 | 267 |
docid => $docid, |
268 |
datafile => [$datafile], |
|
269 |
filename => $filename, |
|
268 |
datafile => [$datafile, $filename], |
|
270 | 269 |
enctype => 'form-data' |
271 | 270 |
); |
272 | 271 |
|
Also available in: Unified diff
include filename in the filepart part. https://projects.ecoinformatics.org/ecoinfo/issues/6007