pa_load_images (public)
pa_load_images [ -remove remove ] [ -client_name client_name ] \ [ -strip_prefix strip_prefix ] [ -description description ] \ [ -story story ] [ -caption caption ] \ [ -feedback_mode feedback_mode ] [ -package_id package_id ] \ image_files album_id user_id
Defined in packages/photo-album/tcl/photo-album-procs.tcl
load a list of files to the provided album owned by user_id
- Switches:
- -remove (optional, defaults to
"0"
)- 1 to delete the file after moving to the content repository
- -client_name (optional)
- provide the name of the upload file (for individual uploads)
- -strip_prefix (optional)
- the prefix to remove from the filename (for expanded archives)
- -description (optional)
- -story (optional)
- -caption (optional)
- -feedback_mode (optional, defaults to
"0"
)- to provide much info of the loading process on a bulk upload
- -package_id (optional)
- Optionally specify the package_id owning the album, if this is not called from a page within the photo-album package itself.
- Parameters:
- image_files (required)
- list of files to process
- album_id (required)
- user_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.