in reply to Re: Re: Re: Re: CGI Uploading (repost)
in thread CGI Uploading (repost)

Another point is that you are reading the file in binary mode but you are not using binmode() to ensure the file you are writing is binary. When it doesn't matter, it doesn't matter, but where it does matter, it can really matter.  :-)
  • Comment on Re: Re: Re: Re: Re: CGI Uploading (repost)