Hello, this is quite helpful. I have been struggling with uploading images, but through this tutorial I have finally managed. This channel is turning to be the most helpful channel, for this is not the first time am getting a solution from here. I've now subscribed and liked the video. I'll share the channel with others who may be in need of solutions like these. Thumbs up
@roxpmelo7 ай бұрын
Simple and really helpful. Thanks a lot.
@biggmistake55896 ай бұрын
hello, bro, you saved my life!!! really thank you very much! I found what I needed only from you
@atishkumarsahu60952 ай бұрын
After you complete this project have you deployed this project and check either after deployment it is working or not?
@joewatson83576 ай бұрын
Your voice is so sweet 👌
@khairulikhwan3988 Жыл бұрын
Thank you soo much, you made my day!!
@alfaloverss311623 күн бұрын
hii bro i just have a question i want to upload 3000 photos and this method is capable to store the 3000 images and i also performance the crud oprations in this method it is possible and make the video how to do crud oprations
@nrDefarioBLF7 ай бұрын
Question: the image attribute should be as a varchar type?(SQL server)
@codewithyousaf7 ай бұрын
Yeah
@dogejohn51186 ай бұрын
@@codewithyousafhey i am storaing image in local drive can i fetch image by its path as it is not fetching
@codewithyousaf6 ай бұрын
@@dogejohn5118 No
@dogejohn51186 ай бұрын
@@codewithyousaf bro i am creating a app and website soo app will upload data soo without the use of cloud can i upload from app and display in the website reactjs please help.
@dogejohn51186 ай бұрын
@@codewithyousaf bro please tell me how to do that because i have to upload and curw it
@kyraezikeuzor Жыл бұрын
You are a genius!
@jathujathu33045 ай бұрын
can you explain in a video how to upload a entire image but not the path, bcz i need to display this in a various device
@heyyCyber7 ай бұрын
what was the "Type(DATATYPE)" of the image variable in database
@BigSmoke-r9w2 ай бұрын
why cant I see my image when I type the path in the browser url?
@codewithyousaf2 ай бұрын
in server side write this app.use(epxress.static('public')) imagine your images are in public folder. the path will be: localhost:[server port no].[image name]
@vijaykale9368 ай бұрын
hi bro i have one doubt, in mysql database while creating database what we have to give the media type and type
@codewithyousaf8 ай бұрын
type string because we store the name of file.
@scotly_emi Жыл бұрын
What about uploading from different inputs and with multiple files I will need that also how can I upload videos or other files thanks
@codewithyousaf Жыл бұрын
I will make for multiple files
@scotly_emi Жыл бұрын
Thanks alot
@ntvinh36975 ай бұрын
thank you so much,it help me to much
@t-269shinobi35 ай бұрын
Thanks you so much
@-melkam-eregna Жыл бұрын
hello can you make a video on editing form that has a image input filed and use mysql to store the datas similar to this video
@codewithyousaf Жыл бұрын
I am working on a project I will implement all the concepts I will share you tomorrow.
@MarvinGuzman-nd8xj6 ай бұрын
Why my database (mysql) is returning an image type (buffer) and an array of data not an actual image name? btw the column's data type for that is BLOB.
@codewithyousaf6 ай бұрын
change it to string
@nahasathossainnibir2410 Жыл бұрын
25:52 From where did you get data.image?
@codewithyousaf Жыл бұрын
Firest fetched then stored in data then used that
@kyraezikeuzor Жыл бұрын
Amazing helpful video!
@arthurkhallifa5 ай бұрын
Thanks!
@edehchinedu45544 ай бұрын
it worked
@Trissandro Жыл бұрын
What's the type you used to save the image? BLOB?
@codewithyousaf Жыл бұрын
String I just save the name of the file and upload that file to the server.
@jathujathu33045 ай бұрын
@@codewithyousaf how to upload entire image
@theterse7 ай бұрын
okease wen you make one project put the source code to this because we try as you doing
@arunkatoch9480 Жыл бұрын
Thanks man
@warzonehacks4915 Жыл бұрын
Whenever I upload an image, it is giving me an object that has an array in that array there are alot of numbers, first my image type was BLOB then I saw that you are using string so I changed it to varchar, what is the problem?
@codewithyousaf Жыл бұрын
Follow the tutorial you will be able to upload it. that is string because I am storing the name of file in database.
@ashickri3316 Жыл бұрын
will you upload the source code?
@aymenshili3267 Жыл бұрын
awesome bro !
@frendleeneyhburhod5711 ай бұрын
I just can't show it together with the other data bcoz the image's prototype is undefined. In order to show the image it needs to specify the array [0]
@mulualemewnete6433 Жыл бұрын
it is very help full but no source code can you attach ?
@waffleman22269 ай бұрын
better than chat gpt i agree
@scotly_emi Жыл бұрын
Do you have anyway I can contact you for some questions am working on my website but am running into problems thanks a lot for your tutoring it has been really helpful
@rabindramahato6950 Жыл бұрын
Thanks 🎉🎉
@prathaphangodi1310 Жыл бұрын
how display multipel images
@zahmunjie815211 ай бұрын
database image column is it blob??
@codewithyousaf11 ай бұрын
No string I stored the name of Image
@zahmunjie815211 ай бұрын
thanks man.. i figured it out.. @@codewithyousaf
@AdnanKhan-q5n1l Жыл бұрын
i want to display all the images into different react component by fetching from database Can u share that code part here?
@codewithyousaf Жыл бұрын
1: use redux 2: fetch in parent then pass to child components