Group
Extension

Matches 1

HTTP-Upload-FlowJs ( C/CO/CORION/HTTP-Upload-FlowJs-0.02.tar.gz, CORION, 2024; MetaCPAN )
HTTP-Upload-FlowJs/lib/HTTP/Upload/FlowJs.pm ( view source; MetaCPAN )
t 'clean_fragment';
use Data::Dumper;
use MIME::Detect;

our $VERSION = '0.02';

use JSON qw(encode_json decode_json);

=head1 NAME

HTTP::Upload::FlowJs - handle resumable multi-part HTTP uploads wit
owjs->jsConfig(
      target => '/upload',
  );

  # JSON string
  my $config = $flowjs->jsConfigStr(
      target => '/upload',
  );

Create a JSON string that encapsulates the configuration of the P
adMethod => 'POST',
        %override,
    };
}

sub jsConfigStr( $self, %override ) {
    encode_json($self->jsConfig(%override))
}

=head2 C<< $flowjs->parameter_names >>

    my $params = params();

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.