Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Plugins

Plugin admin Unable to upload file : Bad filename

admin

Started by Javi 8 years ago · 2 replies · 982 views
8 years ago

I have one list field inside another list field and I have problems upload images via admin in the second list field always give me this error Unable to upload file : Bad filename

I have this blueprint for this page:

YAML
title: GDA Blueprint
'@extends':
  type: default
  context: blueprints://pages

form:
  fields:
    tabs:
      type: tabs
      active: 1
      fields:
        content:
          type: tab
          fields:
            header.direcciones:
              name: direccion
              label: 'Direcciones'
              type: list
              style: vertical
              fields:
                .nombredireccion:
                  type: text
                  label: 'Nombre dirección'
                .links:
                  label: 'Links'
                  name: links
                  type: list
                  style: vertical
                  fields:
                    .linkname:
                      type: text
                      label: 'Nombre'
                    .img:
                      type: file
                      label: 'Imagen'
                      destination: 'user/themes/gda/uploads/marcas'
                      accept:
                        - image/*
                    .linkurl:
                      type: text
                      label: 'Url'

Can anyone help me?

last edited 10/29/18 by Javi
7 years ago

Having this issue too.

Suggested topics

Topic Participants Replies Views Activity
Plugins · by Rene, 1 week ago
2 47 1 week ago
Plugins · by Xavier, 4 weeks ago
2 56 4 weeks ago
Plugins · by Luka Prinčič, 7 years ago
3 1182 1 month ago
Plugins · by Sebastian van de Meer, 1 month ago
1 50 1 month ago
Plugins · by PIERROT Alain, 2 months ago
3 74 2 months ago