Displaying 9 results from an estimated 9 matches for "upload_max_filesize".
2010 Jun 09
3
PHP file upload limit
Hi all,
I am trying to run a web-based PHP application on a CentOS 5 32-bit
machine that requires me to upload large files. The machine also
happens to have little RAM (256MB).
I have no problem setting my upload limit ( upload_max_filesize ) to 1
GB but for some reason 2 GB or above seems to be no go. Would anybody
know why? Could it be one of the many 32-bit vs 64-bit issues?
Thanks.
Boris.
2017 Sep 21
4
CentOS 7: changes to php.ini
Hi,
I'm hosting a few web apps like OwnCloud, Wordpress and Dolibarr on
CentOS 7 that require a handful of changes to php.ini. I have to define
some custom values for post_max_size, upload_max_filesize, etc.
I don't know if I'm supposed to edit /etc/php.ini directly or if changes
should be put in a configuration file stub in /etc/php.d. For example, I
followed the recommendations of a fellow CentOS user and defined
date.timezone by edit /etc/php.d/date.ini like this.
[Date]
; Defines th...
2014 Jan 13
3
apache - upload files bigger than 2Go
Hi,
I need to upload files larger than 4.4Gb (iso DVD) on CentOS (5.5 x64)
http server (httpd-2.2.3-43.el5.centos)
On the apache server set in my /etc/php.ini
upload_max_filesize = 4900M
post_max_size = 5000M
In my httpd.conf I set :
LimitRequestBody 0
I'm using firefox and/or chrome client for upload a file with 4.2gb size
on the server.
But it doesn't work.
Everything work fine and I can upload my file if it's not greater than
2gb.
I se...
2017 May 08
0
Squirrelmail/PHP issue
...to
attach more than 4 pictures to an email. Now I can't, four seems to be the limit. Picture file
size doesn't seem to matter, they can be 50k or 5 meg each. I upped the limits in php.ini for the
following parameters to see if this would have any bearing on the issue:
post_max_size = 20M
upload_max_filesize = 15M
The way I see this is that I should be able to attach [more than] four pics of say, size 100K, to
an email. I can't. Within Squirrelmail I go to 'Compose', put in a recipient, subject title, and
in the body of text lets just say I add "test case" (as an example). The...
2017 Sep 21
0
CentOS 7: changes to php.ini
...mber 2017 11:05
> To: centos at centos.org
> Subject: [CentOS] CentOS 7: changes to php.ini
>
> I'm hosting a few web apps like OwnCloud, Wordpress and Dolibarr on
> CentOS 7 that require a handful of changes to php.ini. I have to define
> some custom values for post_max_size, upload_max_filesize, etc.
>
> I don't know if I'm supposed to edit /etc/php.ini directly or if changes
> should be put in a configuration file stub in /etc/php.d. For example, I
> followed the recommendations of a fellow CentOS user and defined
> date.timezone by edit /etc/php.d/date.ini like th...
2017 Sep 21
0
CentOS 7: changes to php.ini
On Thu, September 21, 2017 4:04 am, Nicolas Kovacs wrote:
> Hi,
>
> I'm hosting a few web apps like OwnCloud, Wordpress and Dolibarr on
> CentOS 7 that require a handful of changes to php.ini. I have to define
> some custom values for post_max_size, upload_max_filesize, etc.
>
> I don't know if I'm supposed to edit /etc/php.ini directly or if changes
> should be put in a configuration file stub in /etc/php.d. For example, I
> followed the recommendations of a fellow CentOS user and defined
> date.timezone by edit /etc/php.d/date.ini like th...
2017 Sep 21
1
CentOS 7: changes to php.ini
...>
> On Thu, September 21, 2017 4:04 am, Nicolas Kovacs wrote:
>> Hi,
>>
>> I'm hosting a few web apps like OwnCloud, Wordpress and Dolibarr on
>> CentOS 7 that require a handful of changes to php.ini. I have to define
>> some custom values for post_max_size, upload_max_filesize, etc.
>>
>> I don't know if I'm supposed to edit /etc/php.ini directly or if changes
>> should be put in a configuration file stub in /etc/php.d. For example, I
>> followed the recommendations of a fellow CentOS user and defined
>> date.timezone by edit /etc/ph...
2017 Sep 21
1
CentOS 7: changes to php.ini
...centos at centos.org
> > Subject: [CentOS] CentOS 7: changes to php.ini
> >
> > I'm hosting a few web apps like OwnCloud, Wordpress and Dolibarr on
> > CentOS 7 that require a handful of changes to php.ini. I have to define
> > some custom values for post_max_size, upload_max_filesize, etc.
> >
> > I don't know if I'm supposed to edit /etc/php.ini directly or if changes
> > should be put in a configuration file stub in /etc/php.d. For example, I
> > followed the recommendations of a fellow CentOS user and defined
> > date.timezone by edit /e...
2005 Jan 29
1
Asterisk @ Home 0.4 w/ Broadvoice + 5 SIP Phones How To
...ial plan issues. Calls from the sip provider
into the Asterisk Server
are hangup/congested and pushed away.
Inside your [from-sip-external] add the line
include => from-pstn
AMP Specific Issues:
1.) Unable to upload file sizes larger then 500K
Edit /etc/php.ini Increase the varable
"upload_max_filesize" to the max size
you'll "ever" expect to play. Increase this for
'whole' mp3 albums to "if"
you do that... Also, edit /etc/httpd/conf.d/php.conf
and change the variable "LimitRequestBody" to
something more meaningful. I use "12000000"
Sec...