Support

Account

Home Forums Front-end Issues Upload (in Frontend) won't save file Reply To: Upload (in Frontend) won't save file

  • The error has been found – at least it is working now.

    I apparently had to add the “form_attributes / enctype”.

    'form_attributes' => array(
    'enctype' => 'multipart/form-data',
    )

    Do you know that? Is this documented? I hadn’t seen that.