J
|
Jane 8/4/2008 |
Kim, ; Maximum allowed size for uploaded files. upload_max_filesize = 2M post_max_size = 8M |
S
|
swanside 8/4/2008 |
Or you might need to change the field in your MySQL database to either a LONGBLOB or LONGTEXT. Either will work. |
K
|
kklh author 8/4/2008 |
Hi |
J
|
Jane 8/4/2008 |
Kim, ini_set("memory_limit","64M");
|
K
|
kklh author 8/5/2008 |
Hi Jane |