xowiki::UploadFileIconified method store_file (public)

 <instance of xowiki::UploadFileIconified[i]> store_file

Defined in packages/xowiki/tcl/xowiki-uploader-procs.tcl

Store files and return a thumbnail rendering when successful.

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
set d [next]
if {[dict get $d status_code] in {200 201}} {
  return [list status_code 201 message [${:parent_object} render_thumbnails $d]]
}
return {status_code 500 message "something wrong"}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: