I am uploading files using a form. Whenever I upload a file it is uploaded to the tmp directory on the server and it is copied into my desired directory.
It works fine, BUT i want to clean things up. Whenever it copies the file out of the tmp directory, it dletes the contents of the file BUT leaves a file of 0 bytes in there. I am wondering how to get rid of this filename with 0 bytes using my upload code.
Thank you all for your help.
Mighty Mike