Hi Mark and All, In the Chapter 5. DSpace System Documentation: Configuration 5.2.33. Content Inline Disposition Threshold
The following configuration is used to change the disposition behavior of the browser. That is, when the browser will attempt to open the file or download it to the user's specified location. For example, the default size is 8Mb. When an item being viewed is larger than 8MB, the browser will download the file to the desktop (or wherever you have it set to download) and the user will have to open it manually. Property: webui.content_disposition_threshold Example value: webui.content_disposition_threshold = 8388608 Informational Note: The default value is set to 8Mb. This property key applies to the JSPUI interface. Property: xmlui.content_disposition_threshold Example Value: xmlui.content_disposition_threshold = 8388608 Informational Note: The default value is set to 8Mb. This property key applies to the XMLUI (Manakin) interface. Other values are possible: 4 MB = 4194304 8 MB = 8388608 16 MB = 16777216 I'd like to learn what actual values other sites have set for the threshold, either webui or xmlui. I wonder if I can set a much higher values, say, 500 MB? What possible disaster will that result? Thanks, Shixing ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Shixing Wen Head of Technical Services University of Minnesota Duluth Library L282 416 Library Drive Duluth, MN 55812 Email: [email protected] Phone: 218-726-8498 Fax: 218-726-8019 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -----Original Message----- From: Mark H. Wood [mailto:[email protected]] Sent: Friday, August 13, 2010 1:04 PM To: [email protected] Subject: Re: [Dspace-general] how DSpace handles digital books? It looks to me as though XMLUI has code (org.dspace.app.xmlui.cocoon.BitstreamReader.generate()) to support byte ranges, but the two lines which offer this to the client are commented out to avoid trouble with some broken clients. -- Mark H. Wood, Lead System Programmer [email protected] Balance your desire for bells and whistles with the reality that only a little more than 2 percent of world population has broadband. -- Ledford and Tyler, _Google Analytics 2.0_ ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Dspace-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-general
