Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 17th, 2005, 10:21 AM
Jalin
Guest
 
Posts: n/a
Default Downloading a File

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
Default 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
Default 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
Default 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
Default 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.
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles