NRGI / rgi-assessment-tool

MEAN build of RGI 2015 assessment tool
MIT License
5 stars 1 forks source link

File upload of file 468MB causes 'empty document title' error message #468

Closed alexander-elgin closed 8 years ago

alexander-elgin commented 8 years ago

However the document title is set in the form

byndcivilization commented 8 years ago

Its actually a network time out "Failed to load resource: The network connection was lost." Rather than trying to deal with this it might make sense just to recommend compressing the pdf.

alexander-elgin commented 8 years ago

Yes, that's right. An error message about file size should be shown if a user tries to upload a big file.

alexander-elgin commented 8 years ago

I set the file size limit to 400MB in https://github.com/NRGI/rgi-assessment-tool/pull/469. The limit value can be changed easily.