vikrantch-hk
vikrantch-hk
@toufiqkhazi @travisdmathis I am also facing same issue while uploading same file second time in a row event doesn't get triggered
@travisdmathis it's 1.1.4, below is code for button and event handler ``` Upload ``` ``` const handleUploadFiles = file => { // tslint:disable-next-line:no-console console.log(file); // tslint:disable-next-line:no-console // console.log(axios.defaults.headers.common['Authorization']); const data...
@travisdmathis no there are no logs if I upload same file twice in a row. First time it works properly or if I select any other file then also it...
@toufiqkhazi can you please share code snippet, I haven't worked much in js so it will be really helpful
@toufiqkhazi @travisdmathis thanks.