The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

IWL::File - a file upload widget

INHERITANCE

IWL::Error -> IWL::Object -> IWL::Widget -> IWL::Input -> IWL::File

DESCRIPTION

The file widget enables users to select files to pass to the form.

CONSTRUCTOR

IWL::File->new ([%ARGS])

Where %ARGS is an optional hash parameter with with key-values.

METHODS

setAccept (EXPR)

Sets the accepted mime types. Browsers which support this can use it to filter out the files that a user can choose.

Parameters: EXPR - the expression which is used for filtering

getAccept

Returns the accept filter

LICENCE AND COPYRIGHT

Copyright (c) 2006-2008 Viktor Kojouharov. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perldoc perlartistic.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 73:

You forgot a '=back' before '=head1'