praba kar <[EMAIL PROTECTED]> wrote:
>
>       In Php we can limit the uploading file size
>by php.ini configuration file. But In python what
>way we can limit the file uploading size.
>kindly let me know.

Unlike PHP, Python is a general-purpose language that is not targetted
specifically at the web, so it has no native concept of "uploading".

You can do this by using the LimitRequestBody directive in your Apache
configuration or .htaccess file.
-- 
- Tim Roberts, [EMAIL PROTECTED]
  Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to