File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ use URI;
16
16
# use LWP::UserAgent;
17
17
# use LWP::Protocol::https;
18
18
19
- our $VERSION = ' 0.15 ' ;
19
+ our $VERSION = ' 0.16 ' ;
20
20
21
21
my %errors = (
22
22
' _validate_max_file_size' => ' File is too big' ,
@@ -2330,7 +2330,10 @@ This method can be populated with whatever you like. Its purpose is
2330
2330
if you need to get access to other data in one of your
2331
2331
L<pre/post request|/"PRE/POST REQUEST METHODS"> . This way you
2332
2332
can access any outside data you need by calling L<data|/"data"> on
2333
- the jQuery::File::Upload object that you are passed.
2333
+ the jQuery::File::Upload object that you are passed. However, keep in mind
2334
+ that if you are using L<Catalyst> , you will have access to the context
2335
+ object via the jQuery::File::Upload object that is passed in, and this
2336
+ would be an equally good place to store/retrieve data that you need.
2334
2337
2335
2338
=head2 JUST GETTERS
2336
2339
You can’t perform that action at this time.
0 commit comments