Upload Files with Vue and Express #01: Vue Upload Form

  Рет қаралды 42,588

Rem Zolotykh

Rem Zolotykh

Күн бұрын

#vuejs #tutorial #nodejs
In this first episode we'll setup vue app and then implement file input field, so user can select file for upload and send it to the server. Also we'll make it pretty with bulma css framework.
- SUPPORT -
► PURCHASE this series: jsfullstacker.com/course/uplo...
► Watch this series on SKILLSHARE: skl.sh/2MGv9Jr
► PATREON: / remzolotykh
► PAYPAL: www.paypal.me/remzolotykh
- FOLLOW -
► TWITTER: / remzolotykh
► FACEBOOK: / jsfullstacker

Пікірлер: 43
@MistaT44
@MistaT44 5 жыл бұрын
We’ve all seen vids that explain the basic terminologies and stuff. These kind of videos where we learn how to put it all together and make a real world application is what makes you a legend. Have my babies Rem!
@RemZolotykh
@RemZolotykh 5 жыл бұрын
Thanks, I'll take one. :D Thank you for your kind words and I'm really happy you find it useful.
@dmitry.pleshkanovskiy
@dmitry.pleshkanovskiy 6 жыл бұрын
Started learning vue recently, happy to see vue lessons on your channel! Thanks!
@RemZolotykh
@RemZolotykh 6 жыл бұрын
Great to hear. I switched to Vue recently and I really dig this library.
@prakmlis7061
@prakmlis7061 Жыл бұрын
][[d[]]]d][][[[[[[[[]]]]]]]]]]]]
@itsaraphapsakulwong4298
@itsaraphapsakulwong4298 Жыл бұрын
wowww it's work on the first time, thx sir.
@josuebarros-desenvolvedorw2490
@josuebarros-desenvolvedorw2490 3 жыл бұрын
Watching 24/02/2021... this will save my life!!
@AbhishekKumar-mq1tt
@AbhishekKumar-mq1tt 6 жыл бұрын
Thank u for this awesome video and series
@RemZolotykh
@RemZolotykh 6 жыл бұрын
Glad you liked it.
@julcrm
@julcrm 3 жыл бұрын
Great!!! it helps me so much
@reyvinblack
@reyvinblack 6 жыл бұрын
Rem is pro!
@bastilavarias7885
@bastilavarias7885 5 жыл бұрын
love u man
@eilin.mp4
@eilin.mp4 3 жыл бұрын
thanks for sharingggg
@ah62mousavi
@ah62mousavi 5 жыл бұрын
You are amazing
@SonNguyen-lw9nj
@SonNguyen-lw9nj 4 жыл бұрын
cám ơn rất nhiều
@AwsmBuff
@AwsmBuff 2 жыл бұрын
Hi, thank you for this tutorial, it helped a lot! Is there anything you would do different with Vue3?
@Blazing234
@Blazing234 4 жыл бұрын
If I have a large form with many different components with many different data sources to upload to on one button click, should I just have one components that handles that?
@nicoladivenere8353
@nicoladivenere8353 4 жыл бұрын
if i want to display in the same button the file when it is chosen?
@Baal93Ash
@Baal93Ash 3 жыл бұрын
hi thx for the video but i have my own database for the line 41 you put axios.post('/api')...... what do i have to put instead of /api ? is this localhost:3000 ? (sry bad english) i want to know what /api refere to
@luahiusjny2472
@luahiusjny2472 5 жыл бұрын
Thank you!!!! What is your texteditor?
@ediszomju
@ediszomju 5 жыл бұрын
Sublime Text.
@bobich1244
@bobich1244 3 жыл бұрын
Hi, nice video but I'm sending an "[object File]" with your method so on my database it results in having [object object] instead of the name of the file. Do you know how to fix this ? Thanks
@miralirafiyev4646
@miralirafiyev4646 6 жыл бұрын
Рем привет , ты перешел с реакта на вью ? больше про реакт ничего не будет ? Спасибо за видео , ты как всегда супер!
@RemZolotykh
@RemZolotykh 6 жыл бұрын
Будет. Просто последние проекты были на Vue, пока свежо. :) Но вообще, Vue мне очень пришелся по душе.
@unityme8898
@unityme8898 6 жыл бұрын
thanks, Rem :) !!! do you create any course about laravel with vue js?? i really want it.
@RemZolotykh
@RemZolotykh 6 жыл бұрын
I haven't used PHP for a long-long time, so there is no chance I'll cover Laravel any time soon. And we don't need any other content about Laravel while we have Jeffrey Way :D
@unityme8898
@unityme8898 6 жыл бұрын
but in our country, laravel is most demanded. thank u so much !!!
@ayanbanerjee3672
@ayanbanerjee3672 5 жыл бұрын
which font and theme is this?
@corsaronero5619
@corsaronero5619 6 жыл бұрын
Hi Rem . Very interesting tutorial. But.... In nodejs is much much easier
@RemZolotykh
@RemZolotykh 6 жыл бұрын
Yes, I agree. But when you're building Single Page Application you don't have such luxury, so you need to know how to do the same thing with different tech. In Rails app file uploading even easier :)
@corsaronero5619
@corsaronero5619 6 жыл бұрын
@@RemZolotykh Indeed. So according to you to build an upload form is easier to use vue compare to angular or react?
@RemZolotykh
@RemZolotykh 6 жыл бұрын
It depends on your experience with frameworks. I'd say complexity is almost the same. Maybe Vue is a little bit easier to understand. But overall it doesn't matter what framework you use. If you understand how it works, it's basically the same.
@BsiennKhan
@BsiennKhan 4 жыл бұрын
I get error this.$refs.file.files is undefined
@mauriciot.5049
@mauriciot.5049 6 жыл бұрын
React or Vue? I'm curious.
@RemZolotykh
@RemZolotykh 6 жыл бұрын
Do you mean what I prefer? I love both of them, but recently lean towards vue for my projects. :)
@bogdanm8914
@bogdanm8914 4 жыл бұрын
Im working in Vue and recently ive started to learn React. I find React so so so ugly syntactically, and not easy to read
@Phomphat
@Phomphat 2 жыл бұрын
Please, I want your source code of this clip.
@YstNeris
@YstNeris 5 жыл бұрын
Очень интересное чувство... Вижу, что ты русский, но прекрасно говоришь на английском и прям противоречия в душе
@hamidray2429
@hamidray2429 3 жыл бұрын
Hi do you have a social media software full stack frontend & backend +all code and project stricture ? I need that for my last project
Upload Files with Vue and Express #04. Upload Multiple Files
16:54
Rem Zolotykh
Рет қаралды 12 М.
Как бесплатно замутить iphone 15 pro max
00:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 8 МЛН
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 57 МЛН
Ouch.. 🤕
00:30
Celine & Michiel
Рет қаралды 20 МЛН
لقد سرقت حلوى القطن بشكل خفي لأصنع مصاصة🤫😎
00:33
Cool Tool SHORTS Arabic
Рет қаралды 21 МЛН
JavaScript FileReader
15:08
Kyle Robinson Young
Рет қаралды 137 М.
Mastering Vue.js and Vuex
46:01
WeAreDevelopers
Рет қаралды 85 М.
Vue Image Upload Made Easy
9:51
Academind
Рет қаралды 230 М.
How to Upload Files in Node.js Using Express and Multer
6:52
James Q Quick
Рет қаралды 44 М.
Storing Images in S3 from Node Server
39:59
Sam Meech-Ward
Рет қаралды 86 М.
Uploading Images with Multer | NodeJS and ExpressJS
15:34
PedroTech
Рет қаралды 193 М.
Upload Files with Fetch - JavaScript Tutorial
8:35
dcode
Рет қаралды 107 М.
The Story of Next.js
12:13
uidotdev
Рет қаралды 559 М.
Как бесплатно замутить iphone 15 pro max
00:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 8 МЛН