food_consult Established Member ★ 20 ★ Impact 5 Mar 29, 2006 776 views 5 replies #1 I need an easy upload script so that people can upload pdfs and doc files to our server via the wbesite...
I need an easy upload script so that people can upload pdfs and doc files to our server via the wbesite...
I iDotCom New Member ★ 15 ★ Impact 0 Mar 29, 2006 #2 Hi food_consult Please see this link: Link I think this is what your after. Thanks Mark
J JayZ Established Member ★ 15 ★ Impact 1 Mar 30, 2006 #3 if you want an easy one try http://www.inetscripts.net
TotalDesain Established Member ★ 20 ★ Impact 0 Apr 2, 2006 #4 Here you are: //upload file at http://ads.rantaipulsa.com if ($HTTP_POST_FILES['photo']['name'] != '') { $gambar = $HTTP_POST_VARS['klien'].$HTTP_POST_FILES['photo']['name']; $tempgambar = $HTTP_POST_FILES['photo']['tmp_name']; copy($tempgambar, "banner/".$gambar); }
Here you are: //upload file at http://ads.rantaipulsa.com if ($HTTP_POST_FILES['photo']['name'] != '') { $gambar = $HTTP_POST_VARS['klien'].$HTTP_POST_FILES['photo']['name']; $tempgambar = $HTTP_POST_FILES['photo']['tmp_name']; copy($tempgambar, "banner/".$gambar); }
E eskick Account Closed Impact 3 Apr 2, 2006 #5 <?php echo"Upload"; ?> <--- thats a nice one lol, im just kidding, use hotscripts to find one it takes a few seconds, if that doesnt help Google is your friend.
<?php echo"Upload"; ?> <--- thats a nice one lol, im just kidding, use hotscripts to find one it takes a few seconds, if that doesnt help Google is your friend.