Компьютерный форум OSzone.net  

Компьютерный форум OSzone.net (http://forum.oszone.net/index.php)
-   Вебмастеру (http://forum.oszone.net/forumdisplay.php?f=22)
-   -   nginx + php-fpm не грузятся файлы в IE/Google Chrome (http://forum.oszone.net/showthread.php?t=257057)

zvezda_t 25-03-2013 10:15 2117953

nginx + php-fpm не грузятся файлы в IE/Google Chrome
 
Всем привет.

Подскажите, пожалуйста, может ли быть данная проблема связана с настройками веб сервера?

Не работает загрузка файлов в IE(версия 8)/Google Chrome(Версия 25.0.1364.172 m). (работает только в Mozilla Firefox)
При нажатии на кнопку "save", браузер зависает и ничего не происходит.

HTML код:

<?php
print_r($_POST);
echo "</br>";     
print_r($_FILES);
?>

<form id="myform" enctype="multipart/form-data" method="POST">
        <table>
            <tr>
                <td>
                    <input type="file" name="file_content" />
                    <input type="hidden" name="type_xml" value="1"/>
                </td>
                <td>
                    <input type="submit" value="save" />
                </td> 
            </tr> 
        </table>
</form>

в браузере:
Цитата:

An error occurred.

Sorry, the page you are looking for is currently unavailable.
Please try again later.

If you are the system administrator of this resource then you should check the error log for details.

Faithfully yours, nginx.


Время: 07:33.

Время: 07:33.
© OSzone.net 2001-