[PHP] download file question...

2004-08-19 Thread bruce
hi...

i can allow files to be uploaded to my app. are there corresponding
scripts/code to allow files to be downloaded to the user via the browser??

just occurred to me that i'll want to do this...

nothing jumps out at me searching google/php.net for this...

thanks

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



RE: [PHP] download file question...

2004-08-19 Thread Jay Blanchard
[snip]
nothing jumps out at me searching google/php.net for this...
[/snip]

Have you searched the mailing list archives? 

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



Re: [PHP] download file question...

2004-08-19 Thread John Holmes
 From: bruce [EMAIL PROTECTED]

 i can allow files to be uploaded to my app. are there corresponding
 scripts/code to allow files to be downloaded to the user via the browser??

How about a link to the file? If you want to get more complicated, search the archives 
for readfile and download...

---John Holmes...

UCCASS - PHP Survey System
http://www.bigredspark.com/survey.html

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