Connecting Tech Pros Worldwide Help | Site Map

Downloading a File

  #1  
Old July 17th, 2005, 10:21 AM
Jalin
Guest
 
Posts: n/a
I do not have many experience with PHP.

What is the way to download a file? In my website I want to give
access to my users to downlaod several files.

Thanks you
  #2  
Old July 17th, 2005, 10:21 AM
Daniel Tryba
Guest
 
Posts: n/a

re: Downloading a File


Jalin <alejandro@alfra.info> wrote:[color=blue]
> What is the way to download a file? In my website I want to give
> access to my users to downlaod several files.[/color]

Browsers already have such functionality, most of the times it's under
the right mouse button (something like "save URL as:"), only thing you
have to do is create a link: <a href='/foo/bar.zip'>bar.zip</a>

--

Daniel Tryba

  #3  
Old July 17th, 2005, 10:22 AM
Jalin
Guest
 
Posts: n/a

re: Downloading a File


Yes, I know this way, but I need to download a file without the use of
a link. For example: My user fill up a form (HTML) and then with PHP I
receive the fields of the form, send an email and start to download a
file. The last part of the process is what I need.




Daniel Tryba <news_comp.lang.php@canopus.nl> wrote in message news:<cltvb1$fd1$3@news.tue.nl>...[color=blue]
> Jalin <alejandro@alfra.info> wrote:[color=green]
> > What is the way to download a file? In my website I want to give
> > access to my users to downlaod several files.[/color]
>
> Browsers already have such functionality, most of the times it's under
> the right mouse button (something like "save URL as:"), only thing you
> have to do is create a link: <a href='/foo/bar.zip'>bar.zip</a>[/color]
  #4  
Old July 17th, 2005, 10:22 AM
Gary L. Burnore
Guest
 
Posts: n/a

re: Downloading a File


On 29 Oct 2004 19:35:58 -0700, alejandro@alfra.info (Jalin) wrote:
[color=blue]
>Yes, I know this way, but I need to download a file without the use of
>a link. For example: My user fill up a form (HTML) and then with PHP I
>receive the fields of the form, send an email and start to download a
>file. The last part of the process is what I need.[/color]


If you stop top posting, I'll tell you how.
[color=blue]
>
>
>
>Daniel Tryba <news_comp.lang.php@canopus.nl> wrote in message news:<cltvb1$fd1$3@news.tue.nl>...[color=green]
>> Jalin <alejandro@alfra.info> wrote:[color=darkred]
>> > What is the way to download a file? In my website I want to give
>> > access to my users to downlaod several files.[/color]
>>
>> Browsers already have such functionality, most of the times it's under
>> the right mouse button (something like "save URL as:"), only thing you
>> have to do is create a link: <a href='/foo/bar.zip'>bar.zip</a>[/color][/color]

--
gburnore@databasix dot com
---------------------------------------------------------------------------
How you look depends on where you go.
---------------------------------------------------------------------------
Gary L. Burnore | ÝÛ³ºÝ³Þ³ºÝ³³Ýۺݳ޳ºÝ³Ý³Þ³ºÝ³ÝÝÛ³
| ÝÛ³ºÝ³Þ³ºÝ³³Ýۺݳ޳ºÝ³Ý³Þ³ºÝ³ÝÝÛ³
DataBasix | ÝÛ³ºÝ³Þ³ºÝ³³Ýۺݳ޳ºÝ³Ý³Þ³ºÝ³ÝÝÛ³
| ÝÛ³ 3 4 1 4 2 ݳ޳ 6 9 0 6 9 ÝÛ³
Black Helicopter Repair Svcs Division | Official Proof of Purchase
================================================== =========================
Want one? GET one! http://signup.databasix.com
================================================== =========================
  #5  
Old July 17th, 2005, 10:22 AM
Cecile Muller
Guest
 
Posts: n/a

re: Downloading a File


> Yes, I know this way, but I need to download a file without the use of[color=blue]
> a link. For example: My user fill up a form (HTML) and then with PHP I
> receive the fields of the form, send an email and start to download a
> file. The last part of the process is what I need.[/color]

http://groups.google.com/groups?selm...ing.google.com

If it doesn't fit you, searching in the newsgroup via google gives you
other solutions.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
VB.NET-APP Downloading file using httpwebrequest/response raids51 answers 7 December 2nd, 2008 02:03 PM
Error downloading file with Firefox Tomas Martinez answers 2 January 18th, 2006 03:15 PM
downloading file get empty from one server. Frank answers 7 December 7th, 2005 06:35 PM
Downloading file from web server Richard L Rosenheim answers 4 November 21st, 2005 05:09 AM
Downloading file from remote server with 'Save As' dialogue kevin answers 5 November 16th, 2005 04:55 PM