|
Well remember PHP has a max file upload size of 2mb unless you modify it. If they try and upload an image over 2mb it will be prevented from the server side server before the script has a chance to upload anything so nothing uploads. I would suspect if they have no errors this is there problem.
|