Object: | SoftArtisans.FileUp |
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. For the UTC date of the file, see the DateLastModifiedUTC property. The The file modification date is always sent in GMT format to account for time zone differences between the browser and server. If you are using a different upload client, use the following header to send the Last Modified date:
Which is defined as follows: |
|
See also: FileUp.DateLastModified.
Examples:
ASP | The Date Last Modified of this upload is:
|
---|---|
C# | results.Append("The Date Last Modified of this upload is: " +
|
VB.NET | results.Append("The Date Last Modified of this upload is: "+ _
|