uploading file to the web server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jogen143
Forum Newbie
Posts: 15
Joined: Tue Mar 25, 2003 2:51 am

uploading file to the web server

Post by jogen143 »

hi guys

I want a script to upload files to the specific directory in the web server from client browser. And I want to display a link on the page(i.e. news.php) to open the file I uploaded (i.e. news.pdf).

for more explanation

Im building a php page to display news letters on that page, there will be only the title of the news letter will be there as hyper link to open specific news letter. I want to upload those news letters to a specific dir on the web server ( /news/). can anyone find me a script.


Thanks
corlando
Forum Newbie
Posts: 21
Joined: Sun Jun 15, 2003 10:07 pm

Post by corlando »

read how to upload files with php here: http://us4.php.net/features.file-upload
jogen143
Forum Newbie
Posts: 15
Joined: Tue Mar 25, 2003 2:51 am

thanks buddy

Post by jogen143 »

thanks buddy

ill go through this and post agin if any problem
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Post Reply