250000){$msg=$msg."Your uploaded file size is more than 250KB so please reduce the file size and then upload.
"; $file_upload="false";} if (!($_FILES[file-upload][type] =="image/jpeg" OR $_FILES[file_up][type] =="image/gif")) {$msg=$msg."Your uploaded file must be of JPG or GIF. Other file types are not allowed
"; $file_upload="false";} $file_name=$_FILES[file-upload][name]; $add="upload/$file_name"; // the path with the file name where the file will be stored if($file_upload=="true"){ if(move_uploaded_file ($_FILES[file-upload][tmp_name], $add)){ // do your coding here to give a thanks message or any other thing. }else{echo "Failed to upload file Contact Site admin to fix the problem";} }else{echo $msg;} ?>
 

This free website was made using Yola.

No HTML skills required. Build your website in minutes.

Go to www.yola.com and sign up today!

Make a free website with Yola