Hi Brian ,

Thanks for your answer, i tried it, but this returns empty values for me.


my $pdfdata = $self->req->upload('filepdf');
my $jsondata = $self->req->upload('text');
print "JSONDATA:".$jsondata."\n";
print "PDFDATA:".$pdfdata."\n";

Use of uninitialized value $jsondata in concatenation (.) or string at ./
test.pl line 645.
JSONDATA:
Use of uninitialized value $pdfdata in concatenation (.) or string at ./test
.pl line 646.
PDFDATA:

I'm still wondering why...

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to