Navigation Menu

Skip to content

Commit

Permalink
link to param method
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 1, 2016
1 parent f38b5a2 commit f258f69
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/Mojolicious/Guides/Tutorial.pod
Expand Up @@ -791,10 +791,11 @@ really tamper resistant.
=head2 File uploads

All files uploaded via C<multipart/form-data> request are automatically
available as L<Mojo::Upload> objects. And you don't have to worry about memory
usage, because all files above 250KB will be automatically streamed into a
temporary file. To build HTML forms more efficiently, you can also use tag
helpers like L<Mojolicious::Plugin::TagHelpers/"form_for">.
available as L<Mojo::Upload> objects from L<Mojolicious::Controller/"param">.
And you don't have to worry about memory usage, because all files above 250KB
will be automatically streamed into a temporary file. To build HTML forms more
efficiently, you can also use tag helpers like
L<Mojolicious::Plugin::TagHelpers/"form_for">.

use Mojolicious::Lite;

Expand Down

0 comments on commit f258f69

Please sign in to comment.