Jump to content

Upload the same file using UniFileUploadButton1


Recommended Posts

 

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.

969727926_Selecionandopela1vez.thumb.png.6f39dab95582be8fdab4e82173bfea3a.png2654133_firstopenok.thumb.png.8ff0a6e07379da4ce10caddfaac3c9cc.png1702055274_cleanmemoereopenfile.thumb.png.f9888b8b6e8cb8d2c72c103bf317a9f1.png253804550_noopen2.thumb.png.bdef9025e9f636762228a2380f15c32e.png1866392262_aftertoclickinabir.thumb.png.6c084d640d0b8a2344a3b3ba61da691f.png

Link to comment
Share on other sites

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 = '';
    }
});

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...