File Upload Size

Diez B. Roggisch deets at nospam.web.de
Fri Oct 24 05:29:04 EDT 2008


> Thanks. I have basic file uploading working, however is there a limit
> to what can be uploaded via form? It works perfectly for up to around
> 20MB then breaks.


There is no limit, but the larger the upload, the larger the chance of a 
failure. I'm currently not exactly sure if there is a way to overcome 
this with a continuous upload scheme for browsers - maybe google helps.

> Also how do I retrieve the content-length header? I
> am quite new to HTTP programming so sorry for the naive questiomn.


That depends on your HTTP-framework/libraries of choice.

Diez



More information about the Python-list mailing list