Object: | SoftArtisans.SAFile |
Syntax: | DateLastModified |
Type: | Date |
Read/Write: | Read Only |
Description: |
If UseDateLastModified is set to True, DateLastModified will return the last modification date of the file transmitted by the user. The date is displayed using the local time zone. To display the UTC date of the file, see the DateLastModifiedUTC property. The |
Sending the needed header:
If you are using a different upload client, use the following header to send the Last Modified date:
The file modification date is always sent in GMT format to account for time zone differences between the browser and server. |
See also: FileUp.DateLastModified.
ASP | The Date Last Modified of the first uploaded file is:
|
---|---|
C# | results.Append("The Date Last Modified of the " +
|
VB.NET | results.Append("The Date Last Modified of the " + _
|