-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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
Labels
No labels