Home
last modified time | relevance | path

Searched refs:imgPath (Results 1 – 1 of 1) sorted by relevance

/plugin/file2dw/
H A Daction.php322 * @param string $imgPath Full path image to process
325 function _processImg($imgPath) { argument
327 list( $ext, $mime ) = mimetype( $imgPath );
349 …$mediaReturn = media_upload_finish($imgPath, $destFile, $this->nsName, $mime, @file_exists($destFi…
355 $this->result = str_replace( '{{'.$imgPath, '{{:'.$imgId, $this->result );
358 …return $this->_msg( array( 'er_img_upload', 'Image: '.$imgPath.' Return: '.print_r($mediaReturn,tr…
365 $this->_msg(array('ok_info','Processed image: '.$imgPath));