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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...