| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
upload with curl and php
From: adrian Albu <whiteadi_at_yahoo.com>
Date: Fri, 5 Mar 2004 04:26:52 -0800 (PST)
Hi,
I have an domain where is Apache Web Server and Php.
I made a site that it is hosted by that server but not only mine it is there, of course.
I want to be able to upload big files, I mean like 35 Mega or something.
Maybe up to 60 M. With php I upload the files. I know that from script I cannot set the upload size with ini_set, I tried to put a .htaccess in the upload folder, with:
php_value upload_max_filesize "100M"
php_value post_max_size "100M"
php_value memory_limit "100M"
php_value max_execution_time "600"
upload_max_filesize="100M"
post_max_size="100M"
memory_limit="300M"
max_execution_time=600
LimitRequestBody 303200000
but didn't work. Then I talked with some guy there and he set the local values with httpd.conf for these values. I check them, I get theme like this:
---------------------------------
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info