Знаю, что с udimm не будет адекватно работать rdimm. А как будет работать обычный dimm, знает кто?
$result = [];
foreach ($medias as $key => &$media) {
if () {
//....
$result[] = array(
'type' => 1,
'preview' => $img,
'content' => $link
);
} elseif () {
//....
$result[] = array(
'type' => 1,
'preview' => $img,
'content' => $link
);
} elseif () {
//....
$result[] = array(
'type' => 1,
'preview' => $img,
'content' => $link
);
}
}
echo json_encode($result);
$('.image-upload:nth-child(' + номер_интупа_начиная_с_единицы + ')').val('');
$('.image-upload')[номер_интупа_начиная_с_нуля].val('');
"num_att_$id"
. И точно также при сохранении количества попыток этот же ключ использовать. Ничего не надо нигде дополнительно хранить.var referrer = document.referrer;
$.ajax({ // jQuery
url: 'http://demo.site.ru/foo/bar',
headers: { 'X-Referrer': referrer }
});
try {
} catch (Throwable $e) {
$translation = translate($e->getMessage()); // <== Не знаю откуда будешь брать переводы
$class = get_class($e);
throw new $class($translation, $e->code);
}
$settings = array(
'host' => 'ip or hostname', // * the ftp-server hostname
'user' => 'username', // * ftp-user
'pass' => 'password', // * ftp-password
'cdn' => 'cdn.example.com', // * This have to be a pointed domain or subdomain to the root of the uploads
'path' => '/', // - ftp-path, default is root (/). Change here and add the dir on the ftp-server,
'base' => $upload_dir['basedir'] // Basedir on local
);
xhr.ontimeout = function (e) {
// показать табличку
};