Connecting Tech Pros Worldwide Forums | Help | Site Map

Downloading a File

Jalin
Guest
 
Posts: n/a
#1: Jul 17 '05
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

Daniel Tryba
Guest
 
Posts: n/a
#2: Jul 17 '05

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

Jalin
Guest
 
Posts: n/a
#3: Jul 17 '05

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]
Gary L. Burnore
Guest
 
Posts: n/a
#4: Jul 17 '05

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
================================================== =========================
Cecile Muller
Guest
 
Posts: n/a
#5: Jul 17 '05

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