keokilee / makahiki

An open source framework for creating dorm energy competitions using Django and Pinax.
http://code.google.com/p/kukui-cup
12 stars 8 forks source link

IOError for Large Images #456

Closed keokilee closed 12 years ago

keokilee commented 13 years ago

File uploads can throw an error, especially if they are large files. There's a thread on Stack Overflow about this issue, but it is not very helpful.

http://stackoverflow.com/questions/3823280/ioerror-request-data-read-error

We can try enforcing a size limit on images and/or inform them that the image will take a while to upload. This may not completely eliminate the errors, but it should reduce the occurrences.

yongwen commented 12 years ago

migrate to makahiki2 in csdl repo.