I use Content-Disposition to open up a save as window,can I use an absolute path?

I use Content-Disposition to open up a save as window,can I use an absolute path?

am 22.05.2008 19:13:16 von googling1000

Now, I have header("Content-Disposition: filename=file1.txt");

I tried to do header("Content-Disposition: filename=C:\Program
Files\file1.txt");

But, it's not working. The save as window pops up, but it doesn't give the
file the right filename (which is file1), and it doesn't know the type
(which is .txt)

So, we can't use an absolute path with Content-Disposition?

--
View this message in context: http://www.nabble.com/I-use-Content-Disposition-to-open-up-a -save-as-window%2C-can-I-use-an-absolute-path--tp17409092p17 409092.html
Sent from the Php - Windows mailing list archive at Nabble.com.


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: I use Content-Disposition to open up a save as window, can I use an absolute path?

am 22.05.2008 19:25:14 von Stut

On 22 May 2008, at 18:13, googling1000 wrote:
> Now, I have header("Content-Disposition: filename=file1.txt");
>
> I tried to do header("Content-Disposition: filename=C:\Program
> Files\file1.txt");
>
> But, it's not working. The save as window pops up, but it doesn't
> give the
> file the right filename (which is file1), and it doesn't know the type
> (which is .txt)
>
> So, we can't use an absolute path with Content-Disposition?

Shockingly not, no. I can't actually think of a legitimate reason why
you'd want to.

-Stut

--
http://stut.net/

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php