Posts: 1
Threads: 1
Joined: Aug 2019
Reputation:
0
Location: Cape Town; South Africa
In TIWFileUploader, is there any way I can read the file created date and file modified date after selection or successful upload of the file. Or is there a way to create the uploaded file with the same dates of the file that was selected for upload?
Posts: 2,261
Threads: 196
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
With current implementation you can't. This needs to be retrieved from the file when selecting it (that's the only opportunity when the lastModified file attribute is available to JavaScript code). I'll include this to our backlog and see if it can be easily implemented.
Posts: 2,261
Threads: 196
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
Are you using the latest version 15.2.51? If so, I can give you a JS patch that will work.
Posts: 2,261
Threads: 196
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
This has been implemented and will be available in version 15.2.52