rodbarbosa Posted August 5, 2016 Posted August 5, 2016 Hello, I would like a little help, is there any way to create a upload that don´t open a extra window? the uniFileUpload works fine but to upload many files, that window poping up is a pain. I´ve tried using javascript but works only with small files e not binary. So can someone help or suggest a better way? Thanks Quote
Sherzod Posted August 6, 2016 Posted August 6, 2016 Hi, is there any way to create a upload that don´t open a extra window? It's not possible to upload a file without user interaction. He has to do an explicit action: drag & drop or select a file with a dialog window. I´ve tried using javascript but works only with small files e not binary. without dialog window ?! Best regards. Quote
rodbarbosa Posted August 8, 2016 Author Posted August 8, 2016 without dialog window ?! I might be miss interpreted, i would like only the select file dialog. if is that the understand, yes. I have done with a simple html input than read and send content as string with ajaxRequest, but it can not excceed 2mb 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.