Re: missing 13; upload script
- Posted by Robert Craig <rds at RapidEuphoria.com> Sep 10, 2006
- 531 views
Salix wrote: > I'm struggling with an upload CGI script. (Again.) > > The problem is rather strange... I collect the input with get_bytes(0,i) but > the returned sequence sometimes misses some 13 bytes from the file part. What > is going on? Any idea? Be careful to upload binary files using the BINARY option (not ASCII) in your FTP program. Otherwise you might have 13 10 (i.e. CR LF) character combinations converted to just a 10. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com