Pedro Paulo Posted May 17, 2020 Posted May 17, 2020 Good night, I'm using component UniFileUpload Button and I can upload !ad it for the first time, if I try to upload the same component file again it does not upload the file ... it only uploads when I change the name. I did the test by the Demo and the same failure also occurs. Quote
Pedro Paulo Posted May 17, 2020 Author Posted May 17, 2020 I'm using the latest version 15.31 I took the test on the UNigui demo Quote
Sherzod Posted May 22, 2020 Posted May 22, 2020 On 5/17/2020 at 5:06 AM, Pedro Paulo said: I'm using the latest version 15.31 I took the test on the UNigui demo Hello, Can you check with this code? MainForm.Script: Ext.form.field.File.override( { onChange: function() { this.fileInputEl.dom.value = ''; } }); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.