Better INFO diagnostics for addFileFromFormPost
This commit is contained in:
parent
3d5f5b04c1
commit
e399af16d0
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ sub addFileFromFormPost {
|
|||
my $filename;
|
||||
my $attachmentCount = 1;
|
||||
foreach my $upload ($session->request->upload($formVariableName)) {
|
||||
$session->errorHandler->info("Trying to get " . $upload->filename);
|
||||
$session->errorHandler->info("Trying to get " . $upload->filename." from ".$formVariableName);
|
||||
return $filename
|
||||
if $attachmentCount > $attachmentLimit;
|
||||
my $clientFilename = $upload->filename;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue