
Attaching files to non-multipart forms
Reported by Erin Staniland | October 24th, 2009 @ 11:57 AM
It's currently possible to attach a file to form which doesn't have enctype="multipart/form-data".
This means that a file upload form can pass its tests and fail in production as browsers won't upload the attached file.
This patch will raise a NotMultiPartEncodingError when a file is attached to a non multipart form.
Comments and changes to this ticket
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby Acceptance Testing for Web applications.