Online
 
Friday, 09 January 2009
 
 
More article:
Related Content:

Working with Form Submissions in PHP
 
Article Index
Working with Form Submissions in PHP
Page 2
Page 3
Page 4
Page 5
 

NOTE

The move_uploaded_file() function assumes the file is stored in the directory specified by the upload_tmp_dir configuration directive.


processes the file uploaded in the example described in

Listing 4.15. Processing a File Upload in PHP
<?php
if(is_uploaded_file($_FILES['myfile']['tmp_name'])) {
move_uploaded_file($_FILES['myfile']['tmp_name'],
"/path/to/dir/newname");
}
?>


Tags: Add more tags...,
This entry was posted on . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a comment. Tags: Simple PHP, Pear, Easy PHP, PHP Tutorial, PHP MySQL, XSLT, Sap Tutorial, CSS Tutorial, XSL FO Java, SQL Tutorial.
Users' Comments (0)

Comment an article
  Name
  E-mail
   Title
Available characters: 4000
 Notify me of follow-up comments
This image contains a scrambled text, it is using a combination of colors, font size, background, angle in order to disallow computer to automate reading. You will have to reproduce it to post on my homepage
Enter what you see:

No comment posted

Your Ad Here
Natural 384
Statistic


Last Post

 
Top! Top!