Justin Ezequiel wrote:
> [EMAIL PROTECTED] wrote:
> > What is the correct way to download a file through HTTP and save it to
> > the file name suggested by "Content-Disposition"?
> >
>
> Perhaps something along the lines of the following?
Thank you kindly.
--
http://mail.python.org/mailman/lis
What is the correct way to download a file through HTTP and save it to
the file name suggested by "Content-Disposition"?
I would use urlretrieve but I'm not sure how to obtain the file name
through the HTTP headers without downloading the body (e.g.
urlopen(url).info()).
--
http://mail.python.or