Hey dude, thanks for the video. I have a problem when I try to upload an image. what happens is that the image rotates 90 degrees to the left and I can't find a way to prevent that from happening. I hope you can help me, thank you very much.
This was really helpful. I was struggling with another way to upload an image from another tutorial I was doing and images were not displaying but with your code it works perfectly.
yes yes yes yes, thanx so much u have simplified my task , this tutorial has seriously worked form me, am fully sorted now, thanx so much in deed. i will b waiting for more lessons
Gal, this i can relate with, but thing is some people will not get it, like its strange and doesn't make sense to them. Honestly i have few friends, and my friends have shown me support in their own ways🤗❤️😇. But i get your point dear. Thanks for sharing
Great video! I have got few questions: 1) Isnt that code exposed to MySQL Injection? How could I use prepared parametrized statements in your code? 2)How to show the images upload into a table? 3)How can I manage to rename the images I upload matching them to the AutoIncrement ID that mysql assigns to them?
Thanks for that. I have a question about the returned array at 5:25. Depending on which image file I select to upload I only get the name returned with a 1 at error rather than the zero returned with other images. The file throwing the 1 is a bog standard photo but I do not get any data in [type] => [tmp_name] => because of the [error] => 1 but I cannot work out why. Any ideas please? Thanks again
thank you:question ; if user insert image into database, will it also be inserted to uploads file that we also store like in the video ? or directly to dabatase without inserting into your file in your pc and then can be display in the page ?, because when i insert image,it's url also comes uploads, and it can be some user that want be upload image from their mobile,will it be work withour problem ? or we need to do another system ?
To upload a file follow this two steps. 1. the image/file/video must be uploaded to the server. in this case we used my pc as server. 2. store the file location in to the database .
i have a problem becouse my pictures does not show its just show picture logo and squer around how can i fix that and how can i incrise suported picture file size
Hello bro, I am going to do a project. Now I am design phase of it I want to know weather if we upload a file of word or xl or ... to a database(MySql) and can we access the file and it's related data using php. Please bro need a reply.
Correct if im wrong. I think you just upload the new file name to the database? not the file it self. When you delete the image in the upload folder is it still you can display it ??
Thanks for this video. A couple of question for you though. Will this allow for very large files to be uploaded like videos? Can you upload from a mobile phone to the website using this code?
hello thank you it works but the images are not loading it has little question mark at the center how can I fix it please somebody tell me I need it asap
Hello. Good work .. I have a qus. .... Jis trh se online examination form me Photo aur sign alg alg upload and display hota h wo kese hoga .... Plz samjhao
Hello, I have a question. Is it possible to generate a link after uploading the image? What I mean is I would like to upload a image to the database and have a link generated so when I go to that link it will display that image and nothing else?
I got some errors, it's says "Warning: mysqli_connect(): The server requested authentication method unknown to the client [caching_sha2_password] in C:\xampp\htdocs\image-upload-php-and-mysql-main\db_conn.php on line 9 Warning: mysqli_connect(): (HY000/2054): The server requested authentication method unknown to the client in C:\xampp\htdocs\image-upload-php-and-mysql-main\db_conn.php on line 9 Connection failed! "
i have a login system and i want to insert the profile image inside the user table where there is the user information like the id how can i do this? cuss i have tried and when i upload it keeps adding new id's thanks :)
Info for Linux users. For me in beginning not working when I write my own code. :( After than I take source code from github and its not working :( After than I figure out. :) I must change permissions for folders where I want upload pictures. :) When I allow "Write " than it works :)
@@CodingwithElias I copied the the code and still same problem. Those uploaded images has the permission to read only though and it wont allow me to add permission for write and execute. Is this the issue or something else
I had the same problem when I was using Kali Linux for this project. these are the steps I took. 1) open console in the uploads folder 2)put sudo su command 3) type this command chmod ugo+rwx uploads now you have applying read write and execute permissions for all users. should work now!
Hello friend, how can I use this code to upload 3 pictures directly from webcam android? I have 3 input to pictures and 1 to text, and 1 to username, can you help me?
getting a error : Uncaught TypeError: strtolower(): Argument #1 ($string) must be of type string, array given in C:\xampp\htdocs\project\calender.php:55 Stack trace: #0 C:\xampp\htdocs\project\calender.php(55): strtolower(Array) #1 {main} thrown in
hey bro I'm at arround 11th minutes, I created a file 'uploads' and I can upload a jpeg file from website in this 'uploads' file (thanks to you), but when the image comes in file, it doesn't displaying, its saying 'maybe I don't have permission', do you know why is happening?
ITS WORKING OMG THANK YOU :( I PASSED MY EXAM BECAUSE OF YOU!
Same here man. Thx for the tutorial
11:33 Insert Database (Creating connectiondb.php)
12:30 Connection to the database.
► Procedural style: mysqli_connect(host, username, password, dbname, port, socket)
► Object oriented style: new mysqli(host, username, password, dbname, port, socket)
Hey dude, thanks for the video. I have a problem when I try to upload an image. what happens is that the image rotates 90 degrees to the left and I can't find a way to prevent that from happening. I hope you can help me, thank you very much.
It was one silent tutorial but I needed it ....have been stalling for years to do this ....I did it thanks men💪
same,you want code that does everything you want
Thankyou very much lots of help bro, i seen lots of videos in UA-cam but not work but this video is awesome keep going bro ..😊❤
This was really helpful. I was struggling with another way to upload an image from another tutorial I was doing and images were not displaying but with your code it works perfectly.
Hi ela....I have big respect for you.....because I are real programer and UA-camr.....
You don't hide ur knowledge ur source code.
Thank you so much 🙂
This is the BEST tutorial. Easy to follow and it works 100%! Thank you so much for this!
Great to hear!
@@CodingwithElias I may have missed a few things, why does the code save into the Pc after upload?
yes yes yes yes, thanx so much u have simplified my task , this tutorial has seriously worked form me, am fully sorted now, thanx so much in deed. i will b waiting for more lessons
Finally something that just works. Thanks a lot!
Hi, you saved my life. Thank you so much for this clear and straightforward video, subscribed!
A perfect tutorial ! you're the best, all the luck !
Gal, this i can relate with, but thing is some people will not get it, like its strange and doesn't make sense to them. Honestly i have few friends, and my friends have shown me support in their own ways🤗❤️😇. But i get your point dear. Thanks for sharing
Bros i really thank you a lot for this video you put up, it is amazing and i appreciate it
omg thankyou so much!! im gonna try this with our assignment its due in 2days skhdskfhd thanks
Thank you, really it is very good and very clear 👍👍👍👍👍👍👍👍
Thanks for the tutorial, was just looking for something like this to help me out.
You are really an amazing programmer .
nice and thanks. with your effort i have succeeded.
Keep it up
bro t at 11:09 i cant see the files that i uploaded in my uploads folder , i am using mac . can you help me bro?
Thanks a lot this really helps me to do my project 👍
Very nicely explained.Thanx
Wow That's Amazing
Thank you so much bro! It works
good video, very helpful! Keep it up.
Great video! I have got few questions:
1) Isnt that code exposed to MySQL Injection? How could I use prepared parametrized statements in your code?
2)How to show the images upload into a table?
3)How can I manage to rename the images I upload matching them to the AutoIncrement ID that mysql assigns to them?
I'll make video about that thanks
Thanks for that. I have a question about the returned array at 5:25. Depending on which image file I select to upload I only get the name returned with a 1 at error rather than the zero returned with other images. The file throwing the 1 is a bog standard photo but I do not get any data in [type] =>
[tmp_name] => because of the [error] => 1 but I cannot work out why. Any ideas please? Thanks again
checkout the source code under the description
@@CodingwithEliasgive me the source code at one paste here i cant figure it out in description
Really awesome u solved soo many problems
thank you:question ; if user insert image into database, will it also be inserted to uploads file that we also store like in the video ? or directly to dabatase without inserting into your file in your pc and then can be display in the page ?, because when i insert image,it's url also comes uploads, and it can be some user that want be upload image from their mobile,will it be work withour problem ? or we need to do another system ?
To upload a file follow this two steps.
1. the image/file/video must be uploaded to the server. in this case we used my pc as server.
2. store the file location in to the database .
From team 6 with love
Does it possible to upload cnic copy instead a pic for better security??
Thank you buddy for that it helps lot try to add your voice it will be easy for us to understand
I will try my best
so helpful thx 🌹👏
thanks for the tutorial brother.
Tnq so muchhhhh 😭😭😭
Thanks for this great tutorial!
You're very welcome!
silent but great!!!!thank you very much
i have a problem becouse my pictures does not show its just show picture logo and squer around how can i fix that and how can i incrise suported picture file size
Thank you very much❤❤
Hello bro,
I am going to do a project. Now I am design phase of it I want to know weather if we upload a file of word or xl or ... to a database(MySql) and can we access the file and it's related data using php.
Please bro need a reply.
Check out my new Video "Online Book Store - Full PHP & MYSQL Project - Part 1
" related to Your question
Thank you for the reply
Sir i have a doubt,that uploaded img will be showed in other users id
Thanks man 🧡
Happy to help
4:50 mine does not show hello it redirects to index how to solve it?? Pls help
Does your code have an enctype attribute on form tag?
Thank you so much. Can you please post get and post method difference
Okay, thanks
terimakasih banyak atas tutorialnya
Thank you love 💞💖💖💖💞💖💖💞🤗🤗
Correct if im wrong. I think you just upload the new file name to the database? not the file it self. When you delete the image in the upload folder is it still you can display it ??
yeah.. but you can't upload file into database. instead store file name and extension in the database
simple and easy thanks alot
well done brother
Hey I would like to ask how to do editing? I want to upload a new picture and delete the old one
Thanks for this video. A couple of question for you though. Will this allow for very large files to be uploaded like videos? Can you upload from a mobile phone to the website using this code?
yes for sure, check out my video called, how to upload video using PHP and MySQL
hello thank you it works but the images are not loading it has little question mark at the center how can I fix it please somebody tell me I need it asap
One of best
Hello.
Good work .. I have a qus. ....
Jis trh se online examination form me Photo aur sign alg alg upload and display hota h wo kese hoga .... Plz samjhao
Hello, I have a question. Is it possible to generate a link after uploading the image? What I mean is I would like to upload a image to the database and have a link generated so when I go to that link it will display that image and nothing else?
I got some errors, it's says
"Warning: mysqli_connect(): The server requested authentication method unknown to the client [caching_sha2_password] in C:\xampp\htdocs\image-upload-php-and-mysql-main\db_conn.php on line 9
Warning: mysqli_connect(): (HY000/2054): The server requested authentication method unknown to the client in C:\xampp\htdocs\image-upload-php-and-mysql-main\db_conn.php on line 9
Connection failed! "
thanks for helping me
Thanks a lot😍 bro
Great one !
Hi Sir! I want to add the name of the person below the picture. how do I want to add in the upload.php section sir? Please help me sir. Urgent .
check out my new video called how to upload profile picture
Thank you!
i have a login system and i want to insert the profile image inside the user table where there is the user information like the id how can i do this? cuss i have tried and when i upload it keeps adding new id's thanks :)
I'll make a video about that, thanks
Thank u so much u saved my life lol
Hello can you make a tutorial that if you click those picture it will redirect to another file? By the way this tutorial is great💕
Yeah, sure. You can just easily use a tag to do that. Thanks 👍
YOU ARE A SAVIOUR
Thanks a lot this helps a lot
Glad it helped
The tutorial is great. I would like to know how to delete a picture once it's uploaded? Thank you in advance.
I'm making a tutorial on online book store. You question will be answered on that video. Thanks
Info for Linux users. For me in beginning not working when I write my own code. :( After than I take source code from github and its not working :( After than I figure out. :) I must change permissions for folders where I want upload pictures. :) When I allow "Write " than it works :)
Good tip!
do i need to open 21 port for ftp or?
what can I used in PDO method instead of ( mysqli_num_rows ) ??
check out my PDO projects in this channel
The files are uploaded and seen in uploads folder, but those images wont display on the webpage. Can you help please?
Checkout the source code under the description
@@CodingwithElias I copied the the code and still same problem. Those uploaded images has the permission to read only though and it wont allow me to add permission for write and execute. Is this the issue or something else
@@Anuj.Subedi maybe this is your OS or server problem
I had the same problem when I was using Kali Linux for this project. these are the steps I took. 1) open console in the uploads folder 2)put sudo su command 3) type this command chmod ugo+rwx uploads
now you have applying read write and execute permissions for all users. should work now!
isset($_FILES['my_image']) is not working for me :/ If im adding image, there is no Hello. Do you know why?
maybe you you forget to give a name for the input. like name="my_image" or enctype="multipart/form-data"
very nice
how much is the storage limit of files that can be uploaded in mysql
Hello friend, how can I use this code to upload 3 pictures directly from webcam android? I have 3 input to pictures and 1 to text, and 1 to username, can you help me?
getting a error : Uncaught TypeError: strtolower(): Argument #1 ($string) must be of type string, array given in C:\xampp\htdocs\project\calender.php:55 Stack trace: #0 C:\xampp\htdocs\project\calender.php(55): strtolower(Array) #1 {main} thrown in
so is the picture going to be uploaded to your database or what? i only see urls?
The picture uploaded into the server and the url inserted into the database
Amazing
Good
Thanks a lot
My url is not seen in database because of which i am not able to retrieve the photos
We're not inserting the image URL alternatively we're inserting the image name and extention
Friend you can upload 5 to 6 images with the same self-increasing id
can u pls tell me how to check the image dimension
u have given the validation of image size...
I too need to check image dimension how to do that
$image_info = getimagesize("image.png");
print_r($image_info);
@@CodingwithElias thanks🎉
good
Thanks bro
Welcome
hey bro I'm at arround 11th minutes, I created a file 'uploads' and I can upload a jpeg file from website in this 'uploads' file (thanks to you), but when the image comes in file, it doesn't displaying, its saying 'maybe I don't have permission', do you know why is happening?
Hello, I'm experiencing the same problem as you. Could you please tell me how you solved it?
How do you make it so that the image uploaded is on the same page as the upload button, not on another page?
make action="" copy past the code from the other page
6:58 How much for a maximum of 20mb?
12000000
Nice
Heii great video but how can I make a userid for the upload ?
Check out my video called " how to upload profile picture"
After uploading the video, how can i make the video to be liked and commented on by other users
thank you
thanks so much can you explain about the header('location:index.php?error=$em');
Just making redirect.
Redirect to index .php and passing query error message
thank you for explaining each every step
My pleasure 😊
Bro, if I do it on WAMPSERVER instead of using XAMPP, where should I create the uploaded file?
on your root directory/folder/ where you create index. php file
BEST!
thanks for tutorial but my file not show in folder but in database is show, how i fixed it?
Checkout the code under the description
how to fetch image form database relevent unique image to diplay, example - profile picture
Check out my chat app tutorial, all explained
hi elias i hope to help me if you have time for me
i'm try to save image in databass and then display to clients in real time please help me
check out the source code it's under the description
YOU SAVE ME FROM HELL THANKS ELIASSSSSSSSSS
i want to add a file .zip into my db , can you help me please
Just add 'zip' to the Array 9:13