Daniel Kouba

Results 5 comments of Daniel Kouba

Please provide more information I can bugfix and help view issues, but i dont have time to do demo :(

if you provide more info i can help, but this is not helpful description of error :{

Sorry for late response.. just use [DropZone.js](https://www.dropzone.dev) or you have to extend `laravel.ajax.js` manually it should be not that hard.. Inpiration: - https://stackoverflow.com/questions/4006520/using-html5-file-uploads-with-ajax-and-jquery - https://refine.dev/blog/how-to-multipart-upload/ - https://github.com/whipsterCZ/laravel-ajax#extending-or-modifying-laravelajax-module

it is definetly broken exaclty this composable **useStrapiToken** ``` import { ref } from "vue"; import { useCookie, useNuxtApp, useRuntimeConfig } from "#imports"; export const useStrapiToken = () => {...

i fixed that temporarily with this ``` import { ref } from "vue"; import { useCookie, useNuxtApp, useRuntimeConfig } from "#imports"; export const useStrapiToken = () => { const nuxt...