MimeVersion Property
Object:
|
SoftArtisans.SAFile |
Syntax:
|
MimeVersion |
Type:
|
String |
Read/Write:
|
Read Only |
Description:
|
This property is typically left blank by most browsers but may contain the MIME
version.
|
Examples:
|
|
ASP |
The MIME Version of the first file uploaded is: <%=fileUpload.Form("File1").MimeVersion%>.
|
C# |
results.Append("The MIME Version of the first file uploaded is: " + ((SaFile)fileUpload.Form["File1"]).MimeVersion);
|
VB.NET |
results.Append("The MIME Version of the first file uploaded " + _ "is: " + CType(fileUpload.Form("File1"), SaFile).MimeVersion)
|
|
Copyright © 2010 SoftArtisans, Inc. All rights reserved.