Hi,

If you need to send file bigger than 2go under linux (Centos 5.5) you have to 
set the following parameters in /etc/php.ini

For unlimit upload size.
post_max_size = 0
upload_max_filesize = 0

Then you can limit the size of the upload by adding the following parameter in 
the file http.conf 
For 5Gb
      LimitRequestBody 5120000000

With this solution if a file exceeds the allowed size, unfortunately the web 
page does not display an error message but a blank page.

It's a pity


> -----Message d'origine-----
> De : Yuri D'Elia [mailto:wav...@thregr.org]
> Envoyé : lundi 13 janvier 2014 14:01
> À : Download Ticket Service
> Objet : Re: [dl-ticket-service] send files bigger than 2Go
> 
> On 01/13/2014 01:53 PM, MOKRANI Rachid wrote:
> > I just tried with the value 5138022400 in the LimitRequestBody and Chrome.
> >
> > Same pb, I can't upload file more than 2Gb
> >
> > Too bad.
> 
> Does apache say anything in the error_log?
> 
> 
> 

__________________________
Avant d'imprimer, pensez à l'environnement ! Please consider the environment 
before printing ! 
Ce message et toutes ses pièces jointes sont confidentiels et établis à 
l'intention exclusive de ses destinataires. Toute utilisation non conforme à sa 
destination, toute diffusion ou toute publication, totale ou partielle, est 
interdite, sauf autorisation expresse. IFP Energies nouvelles décline toute 
responsabilité au titre de ce message. This message and any attachments are 
confidential and intended solely for the addressees. Any unauthorised use or 
dissemination is prohibited. IFP Energies nouvelles should not be liable for 
this message.
__________________________



Reply via email to