|
|
 |
Re: FN-FORUM: PHP Problem - Driving Mad
date posted 22nd April 2008 20:17
On Tuesday 22 April 2008 22:22:49 [EMAIL REMOVED] wrote:
> Hey guys need some help, i have this php script that uploads small music
> files fine but when i try to upload a 3.4MB sound file it will complete
> then wont move it to the final directory i've tried looking on google but
> can't seem to find a solution any help would be appreciated thanks Chris
Check the output from phpinfo() to see what limits you've got on uploads.
Do a print_r($FILES) or whatever it is before attempting to move the file
to see if you have an error code set.
|
 |
|