i do not use iframe-based upload, perhaps i should.... but here is the thing: uploading files over max_size gives 500 error (file too big), uploading huge files (2GB) resets the connection.
that was tg2 with paster server. did not test yet with apache an mod_wsgi... On Aug 8, 11:07 am, "Diez B. Roggisch" <[email protected]> wrote: > On Aug 8, 2010, at 11:01 AM, [email protected] wrote: > > > Thanks... i got the gp.fileupload working quite well... > > just one question if i upload file bigger then max_size defined in > > middleware i get an ugly "The connection was reset" in browser and an > > error in log: ERROR [fileupload] File too big in session. > > > Can the "file too big" error be displayed in a more user friendly > > way .. ? > > No, not to my knowledge. HTTP doesn't support that. > > But with iframe-based background uploads I don't see why your users see that. > > Diez -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

