This project is archived and is in readonly mode.
multipart_body truncates file in Windows
Reported by Bryan | September 18th, 2008 @ 04:09 AM
Uploading a file on a Windows host causes the file to be truncated when multipart_body reads it in non binary mode.
Comments and changes to this ticket
-
Bryan September 18th, 2008 @ 04:46 AM
Patch is also available for pulling from:
git://github.com/bryanash/rails.git
-
Pratik January 13th, 2009 @ 05:22 AM
- Milestone cleared.
- State changed from incomplete to open
- Assigned user set to josh
-
Repository January 13th, 2009 @ 08:43 PM
- State changed from open to resolved
(from [5a43908c7414996354ca427354d98d789e0210e7]) Explicitly read as binary in multipart_body for Windows [#1065 state:resolved] Signed-off-by: Joshua Peek josh@joshpeek.com http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
Attachments
Tags
Referenced by
- 1065 multipart_body truncates file in Windows (from [5a43908c7414996354ca427354d98d789e0210e7]) Explici...