upload

Thread Solved

Join Date: Nov 2009
Posts: 2
Reputation: pankaj_sengar is an unknown quantity at this point 
Solved Threads: 0
pankaj_sengar pankaj_sengar is offline Offline
Newbie Poster

upload

 
0
  #1
21 Days Ago
how can we upload file using php?
Reply With Quote Quick reply to this message  
Join Date: Sep 2009
Posts: 80
Reputation: muralikalpana is an unknown quantity at this point 
Solved Threads: 3
muralikalpana's Avatar
muralikalpana muralikalpana is offline Offline
Junior Poster in Training
 
0
  #2
20 Days Ago
Originally Posted by pankaj_sengar View Post
how can we upload file using php?
  1. $img_name=$_FILES["pimage"]["name"];
  2. $randomizer = rand(0000, 9999);
  3. $file_name = $randomizer.$img_name;
  4. move_uploaded_file($_FILES["pimage"]["tmp_name"], "productimage/" . $file_name);
pimage means your field name. productimage means your directoryname to store images
Last edited by muralikalpana; 20 Days Ago at 8:18 am.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC