Forum Moderators: coopster

Message Too Old, No Replies

File upload screws up browser

         

wavesurf

4:54 pm on Mar 15, 2004 (gmt 0)

10+ Year Member



I created a html form with an upload field, but it doesn't seem to work with larger files. I just get a white screen with no text content after a while. No error messages or anything else for that matter.

I have looked around and tried to use the set_time_limit(0); at the beginning of my php-script file, but the same result keeps happening.

Smaller files upload without a hitch.

Does anyone know how to fix this?

Thanks

RonPK

5:28 pm on Mar 15, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You may need to check some settings with phpinfo() :
* upload_max_filesize
* post_max_size

Information on how to set them can be found in the manual, at ini_set().