Hi, I can not upload files greater than 5K of size. I am using php on Windows XP and apache web server. I have not modified any parameter in the php.ini I have no problems uploading files less than 5k of size.
Please, could anybody help me? Thanks.
5k wooo that aint much
Try using the File Uploading Error functions
e.g.
echo $_FILES['name']['error'];
That will see if theres an error
Here is the error list
http://www.php.net/manual/en/features.file-upload.errors.php
Also if that doesnt help.. show some code.. might be to do there.