fixed file upload bug.
This commit is contained in:
parent
c01d7e49d5
commit
e96908842a
1 changed files with 1 additions and 1 deletions
|
|
@ -195,8 +195,8 @@ sub getStorageLocation {
|
|||
sub processPropertiesFromFormPost {
|
||||
my $self = shift;
|
||||
$self->SUPER::processPropertiesFromFormPost;
|
||||
my $storage = $self->getStorageLocation;
|
||||
delete $self->{_storageLocation};
|
||||
my $storage = $self->getStorageLocation;
|
||||
my $filename = $storage->addFileFromFormPost("file");
|
||||
if (defined $filename) {
|
||||
my %data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue