Jump to content

Problem In Upload Form


Dr-SeMSeM

Recommended Posts

Hi all , i have a problem and need expert advise currently i`m creating simple upload form ..the problem that the form dosn`t read any information about chose file here are the code below

<?php $tmp_name = $_FILES['file1]']['tmp_name']; $type = $_FILES['file1]']['type']; $Name = $_FILES['file1]']['name']; $size = $_FILES['file1]']['size']; echo $tmp_name ; echo $type ; echo $Name ; echo $size ;?><form name="" action="" method="post"> <input name="file1" type="file" > <input type="submit" value="Send"></form>
advise please .. i`m working on php5 .
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...