On Aug 8, 2010, at 11:30 AM, [email protected] wrote: > i do not use iframe-based upload, perhaps i should.... >
Certainly. Progressbars aren't possible otherwise. My middleware comes with nice jquery-event-based widgets for that. But I presume the others have something as well. > but here is the thing: uploading files over max_size gives 500 error > (file too big), uploading huge files (2GB) resets the connection. It shouldn't give a 500 IMHO, as it's not an app-failure. But that is maybe a different discussion. The > 2Gig sounds as if there is a 32 bit file size problem. That might be an OS-isssue. > > that was tg2 with paster server. did not test yet with apache an > mod_wsgi... I doubt it makes a difference, apache itself should be fine (just a stream), mod_wsgi as well. But one never knows for sure. 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.

