Title:
Bug 83425:Use CFHeader and CFContent on large files (300 mb +)<cfheader name="Content-Disposition" charset="utf-8" value="attachment;filename=""myFile
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Daniel Mackey / Daniel Mackey (Daniel Mackey)
Created: 06/22/2010
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 9,0,0,251028 / 275422
Priority/Frequency: Major / Unknown
Locale/System: English / Win All
Vote Count: 39
Problem:
Use CFHeader and CFContent on large files (300 mb +)<cfheader name="Content-Disposition" charset="utf-8" value="attachment;filename=""myFile.mov"""><cfcontent type="#REQUEST.mimeType#" file="c:\myFile.mov" deletefile="No">
Method:
See above. Use a simple CFContent tag with the File attibute pointing to a large file. A small file (30 meg) works, a large file (300 meg) gives a 404 in the browser
Result:
CFContent gives a 404 to the browser when the file size for the FILE attribute is large. 30 mb works, 300 mbs gives a 404. This worked fine in CF8
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041699
External Customer Info:
External Company:
External Customer Name: Daniel Mackey
External Customer Email: 658B2AB1445F42D7992016B6
External Test Config: 06/22/2010
Attachments:
Comments: