Revision e61cd137
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
SL/Controller/File.pm | ||
---|---|---|
604 | 604 |
|
605 | 605 |
=head1 DESCRIPTION |
606 | 606 |
|
607 |
This is a controller for handling files in a storage independant way.
|
|
607 |
This is a controller for handling files in a storage independent way.
|
|
608 | 608 |
The storage may be a Filesystem,a WebDAV, a Database or DMS. |
609 | 609 |
These backends must be configered in ClientConfig. |
610 | 610 |
This Controller use as intermediate layer for storage C<SL::File>. |
... | ... | |
619 | 619 |
=head2 C<action_list> |
620 | 620 |
|
621 | 621 |
This loads a list of files on a webpage. This can be done with a normal submit or via an ajax/json call. |
622 |
Dependant of file_type different sources are available.
|
|
622 |
Dependent of file_type different sources are available.
|
|
623 | 623 |
|
624 | 624 |
For documents there are the 'created' source and the imports from scanners or email. |
625 | 625 |
For attachments and images only the 'uploaded' source available. |
... | ... | |
744 | 744 |
|
745 | 745 |
=head2 C<action_ajax_unimport> |
746 | 746 |
|
747 |
Some files can be unimported, dependant of the source of the file. This means they are moved
|
|
747 |
Some files can be unimported, dependent of the source of the file. This means they are moved
|
|
748 | 748 |
back to the directory of the source |
749 | 749 |
|
750 | 750 |
Available C<FORM PARAMS>: |
... | ... | |
767 | 767 |
Martin Helmling E<lt>martin.helmling@opendynamic.deE<gt> |
768 | 768 |
|
769 | 769 |
=cut |
770 |
|
Auch abrufbar als: Unified diff
Testfehler: typische Schreibfehler gefixt