Atozed Forums
TIWFileUploader File dates - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: TIWFileUploader File dates (/thread-2678.html)



TIWFileUploader File dates - PierreM - 03-21-2022

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?


RE: TIWFileUploader File dates - Alexandre Machado - 03-24-2022

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.


RE: TIWFileUploader File dates - Alexandre Machado - 03-24-2022

Are you using the latest version 15.2.51? If so, I can give you a JS patch that will work.


RE: TIWFileUploader File dates - Alexandre Machado - 03-24-2022

This has been implemented and will be available in version 15.2.52


RE: TIWFileUploader File dates - Alexandre Machado - 04-05-2022

Hi there,

Please update to IW 15.2.52. IWFileUpdader allows you to have access to 3 new properties of the uploaded files, including the last modified date/time

https://www.atozed.com/2022/04/intraweb-15-2-52/