On Monday 06 January 2003 22:46, Kenn Murrah wrote: > Greetings. > > My code to upload file is working fine with very small files but not with > larger ones ....
[snip] > 2. I've the following line to my html file: > <input type="hidden" name="MAX_FILE_SIZE" value="100000000" > You can get rid of that. In most cases it serves no purpose (browsers don't support it). > when i try to upload a file of about 5 megs, it's fine ... if i try about 8 > megs, it isn't ... Read all of the manual > Handling file uploads > Can anyone tell me what I'm doing wrong? Reading the manual and searching the archives would tell you all you need to know about uploads and was afraid to ask. > p.s. ... how do i determine what version of PHP is running on my server? phpinfo(); -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* Experience is what causes a person to make new mistakes instead of old ones. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php