|
well what size image are you trying to upload? Like for instance if your php max uploadable filesize is 2mb and you try to upload an image over that your server deletes it which means as far as the program is concerned no image was ever uploaded so you would get the behavior that you describe.
Also try your testing in respects to filesize and also with flash uploader on or off.
|