NYCPHP Meetup

NYPHP.org

[nycphp-talk] Cannot debug issue with uploading a large file

Randal Rust randalrust at gmail.com
Thu Feb 8 11:29:56 EST 2007


I have a 10MB file that needs to be uploaded through a form. Seems
simple enough. Just modify php.ini to allow larger files, or user
ini_set().

The problem is that when I select this file and try to upload it,
nothing get passed in the $_REQUEST array, so I can't figure out what
is going on here.

Basically, I have this:

if(isset($_POST['save'])){
//process form
echo 'form is submitted';
}

If I select a smaller file, it prints the message. If I select the
larger one, no luck.

Any ideas?

-- 
Randal Rust
R.Squared Communications
www.r2communications.com



More information about the talk mailing list