Class: SoftArtisans.SAFile
Property: ContentDisposition
Type: String
Read Only
Description: The MIME Content Disposition of the data. This should always be "form-data" when using a browser that supports RFC 1867 uploads.
Use this parameter to determine if the browser supports this upload mechanism.
If there are multiple files in an upload, every file's Content Disposition should still be "form-data".
Example:
<% If upl.Form("FILE1").ContentDisposition <> "form-data" Then %>
Please check the form definition- FILE1 should be of type "FILE"
<br>