#4534 paste.fp.o returns to "new paste", no errors/messages
Closed: Fixed Opened by bitlord.

= bug description =
Today I tried to upload bigger text file ~600kb (30k lines) to paste.fp.o using the web interface, and after some time (~10seconds or little more, which is normal for ~600kb uploads on my slow connection) it just returns to blank/new paste, without errors


Paste size limit is set using php (post_max_size = 512K), not the application itself.

If you use fpaste client (which is recommended for large files), you'll get a warring before completing the upload, here's an example with 1.5M test file:
{{{
$ du -h test.txt
1.5M test.txt

$ cat test.txt | fpaste
WARNING: your paste size (1660.3KiB) is very large and may be rejected by the server. A pastebin is NOT a file hosting service!
Uploading (1660.3KiB)...
Error: Server did not return a correct JSON response
}}}

Yeah, not sure there's much we can do here really...

Metadata