Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upload directory option not working? #1669

Open
Beleggrodion opened this issue Oct 18, 2024 · 0 comments
Open

upload directory option not working? #1669

Beleggrodion opened this issue Oct 18, 2024 · 0 comments

Comments

@Beleggrodion
Copy link

I try to add the directory select option which is described at some point but i don't find any currently working example in the net or my tries working. I tried to adapt I tried to adapt https://stackoverflow.com/questions/34896873/plupload-select-folders-featue without success. I also tried different combination of options, add them , don't add them, etc.


      var uploader = new plupload.Uploader({
          runtimes : 'html5',
          browse_button : 'pickfiles',
          container: 'upload-container',
          url: '/upload',
          select_folder : true,
     });
     uploader.init();

     var fileInput = new moxie.file.FileInput({
          browse_button: 'pickfolder',
          container: 'upload-container',
          multiple: false,
          directory: true,
      });

      fileInput.init();

Is somewhere a working example? Ad the end i try to have a button for add files, a button for add directory and then a upload button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant