ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: upload progress module и мультизагрузка (multiple)


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: upload progress module и мультизагрузка (multiple)
  • From: Алексей Бобок <alexey.bobok@xxxxxxxxx>
  • Date: Tue, 1 May 2012 15:29:36 +0300
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=cuiUBjAE+7kIG120dLZoCYtrvBNPvC80rKJqglY7Rgw=; b=BVqcvWyXyjQcEPa5VnlqLZMDHTkv52/6Lm7v3qlPoPSA+dog8BdmKSC2NM/d+7wjMQ jDC7Y3AUGiiDHLrqrM2YO0l0ZA6HqJUr3UE5Tp61OovAONvEQmKmrvew5AxIcYGEtIGz Phyd8bcaYTA/EN7/7Q/sNbjCk+WQ/cEAQJz6QEpZZ30ym5IXTyd4ZN5rRg1Dj6xv0SIN gMiAtZefPp9QID0bTw9QjYTuKETphy18a2E3Aqk+OAWHhLpK0SW/7UKAXaGQZUcV7HPa ZE6aE2UIhoNWsCrUVEKizxV1z0mdFYwI8IHJuDVu7FkmGTjT5Uw85Z82QCqnWe8CP81n vxEg==
  • In-reply-to: <dbf820d4879b04d2cd2f5b6ce21746aa.NginxMailingListRussian@forum.nginx.org>
  • References: <dbf820d4879b04d2cd2f5b6ce21746aa.NginxMailingListRussian@forum.nginx.org>

1 мая 2012 г. 13:36 пользователь maxttor <nginx-forum@xxxxxxxx> написал:
Можно
ли сделать так, что бы nginx отдавал еще
имя файла, что бы знать для какого
прогресс бара изменить значение?

Например вот так:
###############
        location = /q.php {
            upload_pass @upload_pass;
            upload_pass_args on;
            upload_store /data/domain.com/testupload;

            upload_set_form_field nginx_files[$upload_field_name][name] $upload_file_name;
            upload_set_form_field nginx_files[$upload_field_name][tmp_name] $upload_tmp_path;
            upload_aggregate_form_field nginx_files[$upload_field_name][size] $upload_file_size;
            upload_aggregate_form_field nginx_files[$upload_field_name][error] "$request_completion";
            upload_pass_form_field "^.*";
            upload_cleanup 200;
            error_page 415 = @upload_pass;
        }

        location @upload_pass {
            fastcgi_pass   127.0.0.1:9000;
            fastcgi_index  index.php;
            fastcgi_param  SCRIPT_FILENAME  / data /domain.com$fastcgi_script_name;
            include        fastcgi_params;
        }

###############


--
 Think before you print.
Best regards, Alexey Bobok.
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.