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

Add file programatically by name as uploaded // Display already saved files in folder #1420

Open
ifll opened this issue Nov 10, 2016 · 3 comments

Comments

@ifll
Copy link

ifll commented Nov 10, 2016

Is there a way in plupload 2.x to display files in a specific folder once initialized? (folder can be local in the computer or a free access folder with url)

If not,

Is thera a way in plupload to give some filenames, such as "test.txt" which could be placed on the file uploader container as uploaded without having to upload them?

Thank you very much!

@jayarjo
Copy link
Contributor

jayarjo commented Nov 11, 2016

Are you using a Widget or your own custom implementation of our Core API?

@ifll
Copy link
Author

ifll commented Nov 11, 2016

I am using the pluploadQueue widget.

I have already found a workaround for this solution, which is quite messy but it works.

Even though I would still like to know if there is a way in pluploader which is more "clean"

Thank you very much

@jayarjo
Copy link
Contributor

jayarjo commented Aug 18, 2017

Widgets do not have support for such. But if you implement something on top of our Core API, you could come with anything you would require.

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

No branches or pull requests

2 participants