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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to