Revision f0e76e67
Von Sven Schöling vor mehr als 3 Jahren hinzugefügt
- ID f0e76e6712fbf1019dfb234ab8e97479ea18035b
- Vorgänger 13914731
SL/Controller/ImageUpload.pm | ||
---|---|---|
49 | 49 |
|
50 | 50 |
################# internal ############### |
51 | 51 |
|
52 |
sub accept_types { |
|
53 |
"image/*" |
|
54 |
} |
|
55 |
|
|
52 | 56 |
sub init_object_type { |
53 | 57 |
$::form->{object_type} or die "need object type" |
54 | 58 |
} |
Auch abrufbar als: Unified diff
ImageUpload: nur mime-type image/* akzeptieren