<Original message>
From: Ulrich Hacke <[EMAIL PROTECTED]>
Date: Thu, Aug 30, 2001 at 04:16:28PM +0200
Message-ID: <[EMAIL PROTECTED]>
Subject: [PHP] Uploading large files

> Hi,
> i have a form for uploading files to a server. It looks like this:
> 
> <form action="upload.php" method="post" enctype="multipart/form-data">
> <input type="file" name="name">
> <input type="submit" value="Go">
> </form>
> 
> Whenever I choose a file bigger than about 4 or 5 MB i get an internal
> server error. I changed the values for post_max_size, upload_max_file_size
> and max_execution_time in php.ini - without any success. Does anyone knows
> why?
> 
> I am running php 4.0.6 on Win98 SE and Apache 1.3.12
> 
> Thanks, Uli

</Original message>

<Reply>

Have you checked your Apache's .conf file(s). I believe the maximum
upload size can be also deterimined there...

I thought...

</Reply>

-- 

* R&zE:


-- »»»»»»»»»»»»»»»»»»»»»»»»
-- Renze Munnik
-- DataLink BV
--
-- E: [EMAIL PROTECTED]
-- W: +31 23 5326162
-- F: +31 23 5322144
-- M: +31 6 21811143
--
-- Stationsplein 82
-- 2011 LM  HAARLEM
-- Netherlands
--
-- http://www.datalink.nl
-- ««««««««««««««««««««««««

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to