moxiecode / plupload

Plupload is JavaScript API for building file uploaders. It supports multiple file selection, file filtering, chunked upload, client side image downsizing and when necessary can fallback to alternative runtimes, like Flash and Silverlight.
http://www.plupload.com
GNU Affero General Public License v3.0
5.63k stars 1.42k forks source link

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

Open ifll opened 7 years ago

ifll commented 7 years ago

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 commented 7 years ago

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

ifll commented 7 years ago

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 commented 7 years ago

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.