Changed page flow to first save file and then redirect to check.

On check numbers in file are validated.

Posting to check then uploads file to s3
This commit is contained in:
Adam Shimali
2016-01-13 17:32:40 +00:00
parent 7c246ba3ac
commit 4dcb180da1
7 changed files with 106 additions and 38 deletions

View File

@@ -32,6 +32,7 @@ class Config(object):
TOKEN_MAX_AGE_SECONDS = 3600
MAX_CONTENT_LENGTH = 10 * 1024 * 1024 # 10mb
UPLOAD_FOLDER = '/tmp'
class Development(Config):