GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Catalyst::Request::PartData(3) User Contributed Perl Documentation Catalyst::Request::PartData(3)

Catalyst::Request::Upload - handles file upload requests

    my $data_part =

To specify where Catalyst should put the temporary files, set the 'uploadtmp' option in the Catalyst config. If unset, Catalyst will use the system temp dir.

    __PACKAGE__->config( uploadtmp => '/path/to/tmpdir' );

See also Catalyst.

This class defines the following immutable attributes

The raw data as returned via HTTP::Body.

The part name that gets extracted from the content-disposition header.

The raw byte count (over http) of the data. This is not the same as the character length

An HTTP::Headers object that represents the submitted headers of the POST. This object will handle the following methods:

content_type

content_encoding

content_type_charset

These three methods are the same as methods described in HTTP::Headers.

Factory method to build an object from part data returned by HTTP::Body

Returns true if there more than one header (indicates the part data is complex and contains content type and encoding information.).

Catalyst Contributors, see Catalyst.pm

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
2020-07-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.