tedeski Posted November 25, 2018 Posted November 25, 2018 I need to upload a folder and not a file only. is there possibility? Quote
Sherzod Posted November 25, 2018 Posted November 25, 2018 Can you specify which edition of UniGUI are you using? 1 Quote
tedeski Posted November 25, 2018 Author Posted November 25, 2018 I use 1.50.0.1481 trial and my company uses version 1.50.0.1481 pro Quote
tedeski Posted November 25, 2018 Author Posted November 25, 2018 I already searched the forum and I did not find upload by folder ... I only found an option in html5 but I do not know how to apply in unigui. <p>Directory: <input type="file" webkitdirectory mozdirectory /></p> Is there any how ? to apply this action to button for example? Quote
MarcoPis Posted July 7, 2020 Posted July 7, 2020 On 11/25/2018 at 5:03 PM, tedeski said: I already searched the forum and I did not find upload by folder ... I only found an option in html5 but I do not know how to apply in unigui. <p>Directory: <input type="file" webkitdirectory mozdirectory /></p> Is there any how ? to apply this action to button for example? UniSession.AddJS('document.body.innerHTML += ''<p>Directory: <input type="file" webkitdirectory mozdirectory /></p>'''); It creates the component by HTML, but you will need some css for make it appears when you need. 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.