i run a site that lets you record from your phone and post the audio to my apache2 server (it is an Amazon micro instance). however, every once in awhile the post doesn't go through successfully, the php multipart request handler script has a file that's either a size of 0 or sometimes a size of 32.
why could this be? it happens 1 in every 20 or 30 uploads, and i'd like it to happen for 0. any way I can prevent this?