06 March 2020

How to upload file into wordpress child theme folder in wordpress ( file upload) ?


upload file into wordpress child theme folder in wordpress ( file upload)


if(isset($_POST["submit_p_img"])){


$filename = $_FILES["p_img"]["name"];
$tempname = $_FILES["p_img"]["tmp_name"];
echo $folder =  $_SERVER["DOCUMENT_ROOT"]."/messanger/wp-content/themes/twentytwenty-child/pimg/".$filename;
move_uploaded_file($tempname,$folder);
}

No comments:

Post a Comment

How to create youtube videos slider with play and pause option in wordpress?

Create youtube videos slider with play and pause option in wordpress youtube videos slider Use this shortcode:- [punjab_today] function my_...