Dupdroid
Posts: 0
Joined: Sat Mar 30, 2013 9:07 pm

How to get list of files after upload

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How to get list of files after upload

Hi -

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

Dupdroid
Posts: 0
Joined: Sat Mar 30, 2013 9:07 pm

How to get list of files after upload

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

Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

How to get list of files after upload

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

Dupdroid
Posts: 0
Joined: Sat Mar 30, 2013 9:07 pm

How to get list of files after upload

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.

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

How to get list of files after upload

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.

Dupdroid
Posts: 0
Joined: Sat Mar 30, 2013 9:07 pm

How to get list of files after upload

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

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

How to get list of files after upload

Hello,

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

Return to “Issues”