Skip to content

<fb-uploader> Upload don't work #1

@spawnkiller100101

Description

@spawnkiller100101

Hello !

I try AWES since one week. But I have problem with <fb-uploader> , i cant upload a file.

i put it on my modal-window:

<modal-window name="boxes" class="modal_formbuilder" title="Create">
        <form-builder url="{{ route('boxes.store') }}" :disabled-dialog="true" enctype="multipart/form-data" @sended="AWES.emit('content::boxes:update')">
            <fb-uploader name="file" url="boxes"></fb-uploader>
        </form-builder>
    </modal-window>

When i select a file, the statute change from Finished. That's fine. But the file wasn't uploaded and if ($request->hasFile('file')) dont work too.
So, i dont understand what is the problem, maybe i forgot something.
If anyone has an idea or something i forgot, i'm blocked.

Thanks

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