PDA

View Full Version : Upload Variables not getting passed in php 2011



Vuhelper
07-23-2011, 05:50 PM
Upload Variables not getting passed in php 2011


<form enctype='multipart/form-data' action='Upload_File.php' method='POST'>
Please choose a file: <input name='myfile' type='file' /><br />
<input type='submit' name='submit' value='Upload' />
</form>