| Object: | SoftArtisans.SAFile |
| Syntax: | ContentDisposition |
| Type: | String |
| Read/Write: | Read Only |
| Description: | This property contains the MIME Content Disposition of the data, which should always
be "form-data" when using a browser that supports RFC1867 uploads. Use this property to determine whether the browser supports RFC1867. Even if there are multiple files in an upload, each file's Content Disposition should still be "form-data". If there is more than one file being uploaded in a single page, only the first one is displayed. To examine the content disposition of multiple files in a single upload, there is an equivalent property for each file object, i.e., upl.FormEx("FILE1").ContentDisposition. See also the ContentDisposition property for the SAFileUp object. |
| Previous Page | Next Page |