Skip to content

bug-form_open_multipart #345

Description

@startbbs

<?php echo form_open_multipart('user/login',['class'=>'form']);?>
when I use form_open_multipart, it would create the follow code
<form action="http://127.0.0.1/user/login" class="form" enctype="multipart&#x2F;form-data" method="post" accept-charset="utf-8">

please note the enctype, '/' was changed to &#x2F;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions