Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Populate file list with previously uploaded files

Using the jQuery wrapped version of Fineuploader v3.3.

Is it possible to populate the file list with files already in the upload folder?

I think "_addToList(id, name)" should do the trick, but I can't get it to work. Any ideas?

like image 529
user2226220 Avatar asked Nov 26 '22 09:11

user2226220


1 Answers

Seems that they are currently working on this feature: https://github.com/Widen/fine-uploader/issues/784

So, this will be available soon.

like image 123
Bohdan Yurov Avatar answered Nov 28 '22 22:11

Bohdan Yurov