Development

#3847 (Listing 2-18 in Symfony 1.1 Forms Book has wrong enctype)

You must first sign up to be able to contribute.

Ticket #3847 (closed documentation: fixed)

Opened 2 months ago

Last modified 2 months ago

Listing 2-18 in Symfony 1.1 Forms Book has wrong enctype

Reported by: nbonamy Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.1.0 RC2
Keywords: Cc:
Qualification: Unreviewed

Description

<form> enctype is "multipart/data" instead of "multipart/form-data"

Change History

06/28/08 15:47:46 changed by FabianLange

  • status changed from new to closed.
  • resolution set to fixed.

(In [9962]) doc: fixed "multipart/data" should be "multipart/form-data". closes #3847