504 — ошибка — время ожидания шлюза
Код: Выделить всё
request = $.ajax({
url: Raiz + "/informes/Inventario/pdfInventarioAlmacenValorado.php",
type: "POST",
data: data,
timeout: (600 * 1000),
success: function(resp) {
SalidaReporte = resp;
},
error: function(jX, err, errT) {
alert(jX.status + "\n" + err + "\n" + errT);
}
});
Подробнее здесь: https://stackoverflow.com/questions/335 ... jax-jquery
Мобильная версия