Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.
$IPTCFile = "../imports/".$core->gPost('file');
getimagesize($IPTCFile,$infoAA);
$iptc = iptcparse($infoAA["APP13"]);
require_once(cROOT."library/System.PhotoManager.php");
$newPhoto = new Photo($core);
$newPhoto->setInfo("name",$core->gPost('file'));
$newPhoto->setInfo("url",$filename);
$newPhoto->setInfo("folder",$core->gPost('id'));
$newPhoto->setInfo("uploaded",time());
$newPhoto->setInfo("description", $iptc['2#120'][0]); //utf8_decode(urldecode($core->gPost('description'))));
$newPhoto->create();
$newPhoto->setInfo("description", $iptc['2#105'][0]." ".$iptc['2#120'][0]);
1 à 6 sur 6