I read a different article that explains that error trapping won't work, as if the script gets halted before it even traps it.
Main Topics
Browse All TopicsHello experts,
I've created an HTTP upload page in PHP and I'm having an issue uploading files larger than 8MB. Very specifically, any file over 3191K which happens to equal this in binary: 1111111111111 - 13bit
So... 3192 = 10000000000000 - 14bit
Strange? Has anyone found a workaround for this? I set my php.ini file max upload size to 500 but it doesn't seem to have any effect.
TIA
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Also, on the server event log:
--------------------------
Source: W3SVC-WP
Type: Error
Event ID: 2216
The script started from the URL '/downloads/upload/auth.ph
For more information, see Help and Support Center at http://go.microsoft.com/fw
--------------------------
Business Accounts
Answer for Membership
by: RoonaanPosted on 2005-10-13 at 06:36:24ID: 15076881
Having you reviewed the $_FILES['myfile']['error'] variable?
en/feature s.file-upl oad.errors .php
http://www.php.net/manual/
-r-