I have a CD with several of our company's product images on it.  They
consists of very large original TIF and EPS images directly from our
graphics department.  An image's size ranges anywhere from a a few hundred
kilobytes to 40 megabytes.

I have set up a form to upload the images.  They are later converted via
system calls with ImageMagick into JPG format.  It almost always works with
smaller size images (~6-8MB or less).  But when uploading anything really
large, it fails every time.  The files are not even getting to the server.

I've edited the php.ini with the following:

post_max_size = 50M
upload_max_filesize = 50M

Is there something else I'm missing?

--
Aaron Gould
[EMAIL PROTECTED]
Web Developer





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to