Revision fb0e8278
Von Sven Schöling vor mehr als 3 Jahren hinzugefügt
- ID fb0e8278efe0970d64c42daa22bc73e211871145
- Vorgänger 4c17ba64
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