Class ::xowiki::Upload (public)
::nx::Class ::xowiki::Upload
Defined in packages/xowiki/tcl/xowiki-uploader-procs.tcl
Abstract class for upload handlers. Subclasses define concreate behavior. The method "store_file" should either return 201 for successful uploads or 200 for ignored cases.
- Testcases:
- No testcase defined.
Source code: :property file_name :property content_type :property tmpfile :property parent_object :public method store_file {} { # # Abstract method. # error "not implemented" }XQL Not present: Generic, PostgreSQL, Oracle