Page 1 of 1

How to get list of files after upload

Posted: Thu Mar 19, 2015 8:30 pm
by Dupdroid

How can I get the list of files names after a file upload has completed? I'm using the same method as described in: https://devcenter.appery.io/tutorials...

I only want the list of file name(s) that was last uploaded.


How to get list of files after upload

Posted: Thu Mar 19, 2015 9:21 pm
by Illya Stepanov

Hi -

You will need to Retrieving files list as shown here -- https://devcenter.appery.io/documenta...


How to get list of files after upload

Posted: Thu Mar 19, 2015 9:29 pm
by Dupdroid

Have seen that thanx. Not what I need though. I need the list of the most recent files uploaded.


How to get list of files after upload

Posted: Fri Mar 20, 2015 5:24 am
by Bruce Stuart

I think the question Implied by your question is .... What is the definition of most recent? Do you want a list in descending date order ? How many ? Or in the last hour? Day? Week?

Given the requirement ... I think we can all help you with a solution that meets the requirement...

Happy almost Friday,

Bruce


How to get list of files after upload

Posted: Fri Mar 20, 2015 7:13 am
by Dupdroid

Sorry for not being clear enough. Here goes... Straight after a user selects files to upload and the upload succeeds I want the list of only those file(s). But I need the File Name (_id) not the Original File Name. Hope that is more clear.

Thanx in advance.


How to get list of files after upload

Posted: Sat Mar 21, 2015 2:47 pm
by Egor Kotov6832188

Hi

You can save each file name to LSV
then after upload succeeds call REST which will find file by name and you can receive any property of the file.


How to get list of files after upload

Posted: Sun Mar 22, 2015 11:23 am
by Dupdroid

Thanx. The question remains. How do I get this list of file names?


How to get list of files after upload

Posted: Tue Mar 24, 2015 7:32 pm
by Egor Kotov6832188

Hello,

You can save them all during selecting with input with type file