Re: Using "Content-Disposition" in HTTP download

2006-09-05 Thread dclist
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

Using "Content-Disposition" in HTTP download

2006-09-04 Thread dclist
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