Bro I was Wait fro you to Connet the Previous Issue
@ProgrammingExperience Жыл бұрын
Ohh okay okay, sorry, can we connect on this weekend?
@sufyan_rasheed8 ай бұрын
Nice video 👍 Sir React frontend ka bhi video banaye I need to upload CSV file from frontend with proper validation
@ProgrammingExperience8 ай бұрын
Okay brother 👍
@juangarciaveas8888 Жыл бұрын
nice video!
@ProgrammingExperience Жыл бұрын
Thanks dear 👍
@surajprogrammer4600 Жыл бұрын
Love you sir 💖💕
@ProgrammingExperience Жыл бұрын
Love you too dear ❣️
@RakeshAhire-ze4jy9 ай бұрын
If I have a multiple models , and I want to use csv file upload in all models? then how can I get the latest uploaded file and how can I know which file is for each particular model
@ProgrammingExperience9 ай бұрын
In all model's, that will take more loading time, then you need to use bulk operation to insert the data in to all models.
@MemeAndShortsReview Жыл бұрын
what if one of the data in csv is wrong? I want wrong data error to be stored and data after that to work as it should create users in db... how to handle that error?
@ProgrammingExperience Жыл бұрын
You need to add validation in import time.
@MHPavel-p3c8 ай бұрын
Thanks man
@ProgrammingExperience8 ай бұрын
Your welcome brother 👍
@kelangirajkiran6133 Жыл бұрын
Thank you very much
@ProgrammingExperience Жыл бұрын
Your welcome dear 👍
@bhartendusingh30612 жыл бұрын
Sir agar me mongoose compass use karta hu agar mujhe system change karna pade to me us pehle bale system bale compass ko apne new system me kaise open karu
@ProgrammingExperience2 жыл бұрын
Download kar lo new bale mein or old bale se export karo and new mein import kar lo data ko.
@bhartendusingh30612 жыл бұрын
@@ProgrammingExperience ok thank u sir
@production4th Жыл бұрын
how to do in button click please also share frontend part
@ProgrammingExperience Жыл бұрын
Okay i will share soon, don't worry.
@vishnuvijayan13726 ай бұрын
How to this project share in client
@ProgrammingExperience6 ай бұрын
Client side?
@umarjamil99419 ай бұрын
But how to use it for xlsx file? It is working only for csv files
@ProgrammingExperience9 ай бұрын
I think i am using csv-parser package in this lecture, you can use xlsx package for both files csv and xls.
@in-san96 ай бұрын
i'm getting "cannot post/upload" request. How to resolve this error?
@ProgrammingExperience6 ай бұрын
Pls check request method or url.
@jaydeepmane7845 Жыл бұрын
Can someone help me to perform this operation through UI
@53_siddhimhatre84 Жыл бұрын
It shows user.insertMany as error. Says it is undefined
@ProgrammingExperience Жыл бұрын
Because, insertMany method will be work with model, i think your user is not a model please confirm this one.
@105mohd.haarisamin3 Жыл бұрын
sir ab api ko front-end se connect kese karu? mtlb ek front-end form jo csv file accept kre aur submit pe click hone pe mongodb pe store krde?
@ProgrammingExperience Жыл бұрын
Bhai yaar itna to simple hein, ek input type file create karo csv select karo or formData mein append karke bhej do backend ko, ho jayega apka kaam
@AsadAli-be4hc Жыл бұрын
@@ProgrammingExperience bhai yeh apko lag raha h simple h lakin real time project ma or b kafi issue hoty h tw kindly
@ProgrammingExperience Жыл бұрын
@@AsadAli-be4hc 😀 bhai kuch mushkil nahi hota hein, us problem se ladna sikho sab easy lagega, log lagao or 100 baar check karo kahan issue ho raha hein. Log god ne bahut badiya chij banai heim agar yeh na hota to mere liye bhej kadi mushkil hota.
@tamannakhoushi344611 ай бұрын
while saving the data of the file to mongodb , an error is coming : user.insertMany is not a fucntion , kindly tell how to resolev the error
@ProgrammingExperience11 ай бұрын
Have you checked user is variable of model?
@tamannakhoushi344611 ай бұрын
yes its done the code worked thanks@@ProgrammingExperience
@ProgrammingExperience11 ай бұрын
@tamannakhoushi3446 your welcome 👍
@tamannakhoushi344611 ай бұрын
the file is not getting upload instead error is displaying how can i configure this?
@ProgrammingExperience11 ай бұрын
Please use console on backend.
@tamannakhoushi344611 ай бұрын
please explain how to do it@@ProgrammingExperience
@ProgrammingExperience11 ай бұрын
pls follow below steps:- 1:- Pls check have you using multipart/form-data in your request, because it's a must. 2:- Pls add the console.log(obj)//file obj in multer. 3:- if you got your file obj in multer, then pls add console.log(req.file) in your controller method. If you still see an error then, pls mail me.
@tamannakhoushi344611 ай бұрын
thankyou the file has been uploaded@@ProgrammingExperience
@ProgrammingExperience11 ай бұрын
Okay 👍
@rohittechstrock Жыл бұрын
with image upload bhi bta do sir..
@ProgrammingExperience Жыл бұрын
Image ka bhai url hoga csv file mein kaise rakhoge. Url direct dal do itna tension kyun le rahe ho.
@shrikrushnapatil23412 жыл бұрын
How to upload Excel file to database in laravel
@ProgrammingExperience2 жыл бұрын
Already this lecture available on my channel.
@bhartendusingh30612 жыл бұрын
Thank u sir
@ProgrammingExperience2 жыл бұрын
Welcome dear 👍
@smeetcoder9021 Жыл бұрын
I have a system where we can fill a form and data gets added to the Mongodb atlas . Now I need a feature of CSV upload also that you did it's Great but I need to merge the CSV and the existing data so can we do it by further putting logic in your code?
@ProgrammingExperience Жыл бұрын
Yes you can do.
@smeetcoder9021 Жыл бұрын
@@ProgrammingExperience any reference would help me ?
@ProgrammingExperience Жыл бұрын
You can use google.
@Comman.c2 жыл бұрын
Create Online examination system in nodejs
@ProgrammingExperience2 жыл бұрын
In mern or simple node js?
@Comman.c2 жыл бұрын
Simple
@Comman.c2 жыл бұрын
Thanks for reply
@ProgrammingExperience2 жыл бұрын
@@Comman.c but brother i want create this project in mern and it's very useful for all developers, i will create APIs in node js then i will connect API to React.
@Comman.c2 жыл бұрын
Okk
@sougatasingha95879 ай бұрын
does not properly work with excel files please update your video title, when ever we try to log the excel file value it gives us some random characters and encoded value
@ProgrammingExperience9 ай бұрын
Hmm yeh issue apko date ke liye aa raha hoga na ya kisi or type ki values ke liye bhi aa raha hein.
@sandeepmishra13902 жыл бұрын
Brother make a rest api on mysql
@ProgrammingExperience2 жыл бұрын
Hmm okay 👍
@peddintibhargavi29062 ай бұрын
i need code for this
@ProgrammingExperience2 ай бұрын
I think code is available on Website.
@AsadAli-be4hc Жыл бұрын
bhai iska frontend b bana dy yrr isko hit kaha sy krna upload kdr sy krna ? half kaam kr k chor diya yrr
@ProgrammingExperience Жыл бұрын
😀 hmm okay bana dunga
@AsadAli-be4hc Жыл бұрын
Bhai yrr abi google meet py a sakta 2 mnt k liya aik problem solve krde please
@ProgrammingExperience Жыл бұрын
@@AsadAli-be4hc bhai abhi to mein company mein kaam kar raha hu, aap mere ko mail kar do apni problem, hum Saturday ko connect ho sakte hein.
@AsadAli-be4hc Жыл бұрын
@@ProgrammingExperience Saturday bht late ho jaye ga yrr agr possible h tw tonight connect ho skta?
@AsadAli-be4hc Жыл бұрын
@@ProgrammingExperience bhai apni mail share krde
@tarunsharma-xw4pv Жыл бұрын
I have problem in uploading file can anyone help me
@tarunsharma-xw4pv Жыл бұрын
file is not upload and save in upload folder and code is not giving any error too
@ProgrammingExperience Жыл бұрын
@@tarunsharma-xw4pv have you integrate this api in your frontend side?
@tarunsharma-xw4pv Жыл бұрын
@@ProgrammingExperience no i am using postman as you do it in your video
@ProgrammingExperience Жыл бұрын
@@tarunsharma-xw4pv have you using the form data in postman or not
@tarunsharma-xw4pv Жыл бұрын
@@ProgrammingExperience yes I used it please help me via Google meet