Hello and Thank You for the reply.
From the embperl documentation: " (Embperl uses CGI.pm internally to
process forms encoded with multipart/form-data.)"
Does embperl convert "Content-Type: application/json" to
"multipart/form-data"?
or
Does embperl also use CGI.pm to populate %fdat?
In
This is more a problem of CGI.pm ( which Embperl uses under the hood ).
http://stackoverflow.com/questions/19610312/perl-cgi-passing-variable-in-post-with-json
may help you.
2015-03-30 18:58 GMT+02:00 Donavon :
> Hello.
>
> I am creating an ajax call to an embperl script and I need assistance in