IONIC File Upload Plugin - change filename prior to upload or get new "assigned" filename back from service
Hi,
I've used the IONIC file upload app from the Appery plugins and am happy that this works well.
The issue I have is that I cannot see a way of changing the filename that is used in the database table prior to upload.
Also, there is no returned "new" filename by the service, so it makes it difficult to catalog the file uploaded.
So, in summary, what I need to know is:
How to adjust the filename prior to upload so I can place a know identifier in the filename to refer to later, or
How do I get the service to return the new filename applied by the system (i.e. the _id)
many thanks.