jrMediaGetFile
The jrMediaGetFile function is a general purpose function for retrieving an uploaded media file from a module, and making sure it is copied to the proper profile media directory.
bool
jrMediaGetFile
(string $module, string $file_name, [int $media_id = 0], [int $band_id = false])
-
string
$module: Module name
-
string
$file_name: FORM file name
-
int
$media_id: Media ID to store item as
-
int
$band_id: Band_ID
|