Open ifll opened 7 years ago
Are you using a Widget or your own custom implementation of our Core API?
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
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.
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!