RE: [PHP-WIN] File Download - php 4

2005-07-15 Thread Rodrigo
z Rodrigo -Original Message- From: Rui Monteiro [mailto:[EMAIL PROTECTED] Sent: vrijdag 15 juli 2005 15:26 To: php-windows@lists.php.net Subject: [PHP-WIN] File Download - php 4 Hello there, I want to make a form post where a user can send a *.zip file to the server. How can I do this? I'm th

[PHP-WIN] File Download - php 4

2005-07-15 Thread Rui Monteiro
Hello there, I want to make a form post where a user can send a *.zip file to the server. How can I do this? I'm thinking on going for the ftp methd, but that would be just too much work for a simple file send. Any ideas? Thanks a lot, Rui -- PHP Windows Mailing List (http://www.php.net/) To

RE: [PHP-WIN] file download .......

2002-11-01 Thread Dash McElroy
-Original Message- From: toby z [mailto:blue_myth_1@;yahoo.com] Sent: Friday, November 01, 2002 3:45 AM To: php hlp list Subject: [PHP-WIN] file download ... hi guyz im tryin to let a user download a file when he clicks on the link a open from location or save to disk dialog should

[PHP-WIN] file download .......

2002-11-01 Thread toby z
hi guyz im tryin to let a user download a file when he clicks on the link a open from location or save to disk dialog should appear n i dont know how to do this can n will sumbdy plz help thnx a million toby . __ Do You Yahoo!? Everything

FW: [PHP-WIN] File download

2001-03-12 Thread Urmil Parikh
Hi, I tried with various types including application/octet-stream, but it did not help. It seems that IE takes file name from the link (whatever follows after the last '/' in the link). That is, if my link is 'download.php?path=/abc&file=xyz.txt', IE prompts for file 'abc&file=xyz.txt' but if I

Re: [PHP-WIN] File download

2001-03-12 Thread Olivier Hubert
Hi, I believe your problem is related to the fact that you use "unknown" in your content-type header. This forces IE to search for an application to open the file of "unknown" type. Have you tried any other content-types? For more info on content-types, see the HTTP1.1 RFC: http://w

[PHP-WIN] File download

2001-03-12 Thread Urmil Parikh
Hi, I'm using following code to download a file. IE5 shows the Open/Save dialogue, if I select 'Save", it works. But if I select "Open", it again shows the same dialog with the name of my .php file. Now if I say open, it opens a blank file. Can anybody help me? header("Content-type: unkn

[PHP-WIN] File download after page is displayed

2001-01-31 Thread Andris Jancevskis
Hi, does anybody know how to start file downloading after page is displayed. File's location is out of web server files area. I'm interested to know for win32 and linux. php 4.0.3 TIA, -- Andris mailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubsc