hello, i'm new to the forum, thanks for having me. i have created an mp3 upload page and i am getting an error: UPLOAD_ERR_INI_SIZE. i am checking for errors with switch($_FILES['error']). i looked it up on php.net, and the error manual said "Value: 1; The uploaded file exceeds the upload_max_filesize directive in php.ini." i have set the upload_max_filesize directive to both the values 5M and 5000000, but neither of those worked. i am testing the upload form with a 2M file, so i know i'm in the clear and i shouldn't be getting that error message. anybody know why i might be receiving this error. what other directives might i need to change (apache, etc)? let me know what other info i can give to help me with the problem. thanks!
Have you tried also in addition to that to update the post_max_size php.ini variable too? Are you setting the correct php.ini file? I would set the memory to be at least 16M for each just to be safe for right now. If it is your own personal server on your computer then it will not hurt you at all to set it at 32M each (if you have at least 512MB of memory) __________________ Please, don't forget to give Rep is for great answers.