witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/static
Dan Helfman fd0e91ea39 Implemented quota enforcement when uploading a file. This occurs in two places:
1. In progress(), around the time when the file starts uploading. This causes
an upload that's too large to bail before the whole file uploads, but the
quota calculation is only an estimate and relies on the client actually
calling progress().

2. In upload(), when the file finishes uploading. This quota calculation is
exact, but only happens after the entire upload completes.
2008-02-20 20:21:54 +00:00
..
css More work on file uploading. Unit tests need to be fixed. 2008-02-18 20:08:07 +00:00
html Initial work on UI and controller for file uploading: 2008-01-31 21:52:32 +00:00
images Initial work on UI and controller for file uploading: 2008-01-31 21:52:32 +00:00
js Implemented quota enforcement when uploading a file. This occurs in two places: 2008-02-20 20:21:54 +00:00
jsunit Beginning stubs for client-side javascript "unit" tests. (Probably more like 2007-09-06 10:25:06 +00:00