Thanks for the speedy responses. I checked my code and I was sending the incorrect Content-Length value. I was sending a null value so nothing would get sent. I fixed it by using: Content-Length: strlen($filename) Thanks again, Darian