Link to home
Start Free TrialLog in
Avatar of mte01
mte01Flag for Lebanon

asked on

Uploading more than 30MB to Apache server

Hey experts,

  I am uploading a file to an Apache server; my file is more than 30 MB. I am using PHP's move_uploaded_file function to upload the file., but it's not working....any idea why and how can I solve it if possible??
ASKER CERTIFIED SOLUTION
Avatar of caterham_www
caterham_www
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mte01

ASKER

sorry this didnt work... and i didnt find the variable LimitRequestBody in the httpd.conf file
any idea why??
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Which version of Apache are you running?  Apparently, this might be in something like:

/etc/httpd/conf.d/php.conf

for certain Redhat versions.
please check your erro_log and post relevant messages
any error from apache error log?
Avatar of mte01

ASKER

guys,...I'll be trying this tomorow, and I'll inform you of the results...
Avatar of mte01

ASKER

hi again, there is nothing at all in the log files.
LimitRequestBody 367001600 in the .htaccess didn't change anything

i am using windows server 2003 and wamp server 5,
thanks for the efforts.
Best,  
WAMP Version?
Avatar of mte01

ASKER

WAMP5
version: 1.4.5
Best
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mte01

ASKER

Hi gheist
this was already proposed by caterham_www, dont know if you mean by memory_size the memory_limit for i didnt find the variable memory_size in the PHP.ini file
guys, do u think that the problem can be caused by a firewall or some settings in the computer's operating system? (win server 2003)

thanks
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial