redirect problem
Hi everyone,
I have a problem, I am connectin to a lotus notes database to download
a file (using URLConnection)
....gbp.nsf/agWebLAL?OpenAgent&UNID=A9D19EDE65447DF5C1256F2000465E87
The thing is lotus notes doesn't give the filename, it redirects me to
something first, then downloads the filename..
Does anyone know of a way on how I can get the final url (the place
where I am being redirected), filename and mimetype
Thanks!
.
Relevant Pages
- Re: how to count and extract images
... > and then construct the url with the filename to download the image ... parser not only avoids all those problems, it makes your code shorter. ... soup = BeautifulSoup ... (comp.lang.python) - Re: javascript filename
... HTML Document in IE will download it asynchronously. ... After I get the source code, ... >> Does anybody know how can JavaScript get the filename of the file ... > You could try removing script elements with src attributes one at a time ... (comp.lang.javascript) - Re: [Xnews] Downloading incomplete binaries
... I want to download "filename", so I queue the parts and hit f4. ... Xnews stops downloading that part because article 4 is missing, ... though the rest of the part is n the server. ... (news.software.readers) - Re: How to input location of document on a document itself?
... Header/Footer toolbar to appear. ... button and choose "Filename and path" from the menu. ... You'll be shown a template to download from ... Microsoft Office Online named "Building Blocks for inserting File Name and ... (microsoft.public.word.pagelayout) - RE: Sending Email using Lotus Notes
... as Lotus Notes. ... Below is my code for outlook. ... filename = ActiveWorkbook.FullName ... email by attaching the file directly from " & filename ... (microsoft.public.excel.programming) |
|