Added zip file 'uncompress on upload' support

This commit is contained in:
Roberto Rosario
2011-02-19 04:28:40 -04:00
parent b529288750
commit ed3b9d3453
5 changed files with 71 additions and 61 deletions

View File

@@ -185,7 +185,8 @@ LOGIN_EXEMPT_URLS = (
#DOCUMENTS_STAGING_FILES_PREVIEW_SIZE = '640x480'
#DOCUMENTS_AUTOMATIC_OCR = False
#DOCUMENTS_ENABLE_SINGLE_DOCUMENT_UPLOAD = True
#DOCUMENTS_UNCOMPRESS_COMPRESSED_LOCAL_FILES = True
#DOCUMENTS_UNCOMPRESS_COMPRESSED_STAGING_FILES = True
# Saving
#DOCUMENTS_CHECKSUM_FUNCTION = lambda x: hashlib.sha256(x).hexdigest())