Вы можете запустить следующий код, чтобы проверить, доступен ли uploadprogress для записи.
$ templateini = ini_get ("uploadprogress.file.filename_template");
$ testid = "thisisjustatest";
$ template = sprintf ($ templateini, $ testid);
$ templateerror = false;
if ($ template && $ template! = $ templateini && @touch ($ template) && file_exists ($ template)) {
// print '('. $ templateini. 'доступен для записи. Реальный путь -'. str_replace ($ testid, "% s", realpath ($ template)). ')';
отсоединить ($ template);
} else {
$ templateerror = true;
}
if (function_exists ("uploadprogress_get_info")) {
if ($ templateerror) {
напечатать 'background-color: red; "';
print "> Проблема.";
if ($ template == $ templateini) {
print "uploadprogress.file.filename_template ($ templateini) не содержит% s для создания уникальных временных файлов. Пожалуйста, настройте.
";
} else {
print "$ templateini НЕ доступен для записи.
Убедитесь, что каталог существует и доступен для записи для веб-сервера.
Или измените параметр ini «uploadprogress.file.filename_template» на правильный путь. ";
}
} else {
print 'background-color: green; "> Расширение uploadprogress установлено, и начальные проверки показывают, что все хорошо';
}
} else {
?>
background-color: red; "> Расширение uploadprogress не установлено.
<? php}?>