Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


•How to upload files using PHP?

Answer Posted / kapil dhiman

<?php

move_uploaded_file($_FILES['file']['tmp_name'],"images/".$_FILES['file']['name']);

?>
<form action="" method="post" enctype="multipart/form-data">
File<input type="file" name="file" /><input type="submit" name="sub" value="Upload" />
</form>

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to display table of a number using php?

991


How cookies are transported from browsers to servers?

993


What is meant by an associative array?

1039


How do I clear my browser session?

1085


Tell me how can we determine whether a php variable is an instantiated object of a certain class?

1089


What is regular expression in javascript?

978


Who is known as the father of php?

1207


Explain briefly about a search-friendly site looks like?

958


What is difference between rest api and restful api?

1044


What is session_register()?

1039


Does php 5 support exceptions?

1189


What is magic quotes?

1062


Tell me what is the definition of a session?

1103


What is the difference between for and foreach loop in php?

1143


What is faster in php?

1105