Changes between Version 29 and Version 30 of ContentDispositionErrorHandling
- Timestamp:
- 13/12/10 10:48:48 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ContentDispositionErrorHandling
v29 v30 47 47 == Extracting the Disposition Type == 48 48 49 If the header field has a nominal disposition type of "inline" or the header field does not have a nominal disposition type, then the header field's disposition type is "inline". Otherwise, the header field's disposition type is "attachment". 49 If the header field has a nominal disposition type of "inline" or if the header field does not have a nominal disposition type, then the header field's disposition type is "inline". 50 51 Otherwise, the header field's disposition type is "attachment". 50 52 51 53 == Determining the File Name ==