Amazing tutorial, Well explained. explained everything. I was not able to find better tutorial anywhere else. It is difficult to create a tutorial with such a great quality.
Thanks I’ve watched many of your videos but your are one of the best I like the fact you explain reasons for every step of codes I’m searching to watch more of your videos if you have more! I have subscribe and like 👍 few I watch so far one question? under what name if someone try to find your video because I would like recommend you to friends.👌🤙
Very goog toturial. Can you please explain why not to use the input as your button and style it as your button, instead of creating a button and hidding the input?
If i was using Adobe Acrobat Pro Forms, Which part of this will I use to make this button work in the Javascript and the Document Javascript ? Please advise.
The hidden attribute does not work when I add external custom style sheets. There appears to be some conflict. How can I get it to ignore the style sheet? Thanks for the awesome video!
Graphically, it's great, but how do you actually get the files once you press Submit in a real form? $_FILES array is empty in PHP and the $_POST array only has 'Submit' in it....
Hey there, this video is purely about creating a custom file upload button on the front end. The reason why I didn't go into detail on the server side is because PHP is one of many different server side technologies - you'd need to follow a guide on processing uploaded files with PHP
@@dcode-software Understood. Your solution is amazing. However, it won't work in any browser due to security violation. Instead of hiding the real file input button, you need to give it a name, and use CSS to make it so small it isn't visible... then the file actually gets transferred and information put where back-end can get it.
Hi! Sorry if this sounds like a silly question but I'm trying to make a website that allows a user to customize an object using their uploaded image. (eg a book cover, and you upload your own image and it displays on the cover) I don't really know how to do this though and it seems like I keep googling the wrong thing, please advise and thanks!
hi thank you so much easy explain like difficult language javascript. bu i have a question for you. how can we make turkish characters for trigger name during file upload like this ƏÖÜ
but you can't go to another computer and download the file. I don't see anyway to download even on your codepen. I mean its cool but whats the point of showing us how to upload if we can't download it afterwards.
now after this how to save it on the DATABASE? LOCALLY. MONGO DATABASE LOCAL. create new folder PATH please!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! please. for BACKEND PROGRAMMING NOOBS help us!!!!!!!
Amazing tutorial, Well explained. explained everything. I was not able to find better tutorial anywhere else. It is difficult to create a tutorial with such a great quality.
thanks a lot for this tutorial, I use something similiar but i have learned something new with a different aproach and i am glad for that.
How do you interact with the files?
Thanks I’ve watched many of your videos but your are one of the best I like the fact you explain reasons for every step of codes I’m searching to watch more of your videos if you have more! I have subscribe and like 👍 few I watch so far one question? under what name if someone try to find your video because I would like recommend you to friends.👌🤙
Subscribed bro make awesome videos like this! Love u bruh
Im lucky you exist thanks man
thank you very much for this awesome tutorial...
No worries mate
Do you have a video on how to create the PHP page to actually upload the file from the files collected from your button? I subscribed and joined.
Hey, sorry for the reply and thank you for joining! Sorry but I don't have a video on that - I focus mainly on the front-end on my channel 🙁
Awesome Video :3 I like the way u are working ^^ ty very much
Excellent videotutorial
19/11/2020
thank you, it is very good
❤️❤️❤️❤️
Very goog toturial.
Can you please explain why not to use the input as your button and style it as your button, instead of creating a button and hidding the input?
Because you cannot easily style the input 😁
If i was using Adobe Acrobat Pro Forms, Which part of this will I use to make this button work in the Javascript and the Document Javascript ? Please advise.
you are amazing
thank you so much for your explanation
All good 👍
Nice tutorial, how can I add remove function to remove a file uploaded?
Where the file will go from the drop box? I mean to say what is the upload path?
I loved your content and classic keyboard noice
LMAO..
Спасибо!
The hidden attribute does not work when I add external custom style sheets. There appears to be some conflict. How can I get it to ignore the style sheet?
Thanks for the awesome video!
You can use the display: none; property
Graphically, it's great, but how do you actually get the files once you press Submit in a real form? $_FILES array is empty in PHP and the $_POST array only has 'Submit' in it....
Hey there, this video is purely about creating a custom file upload button on the front end. The reason why I didn't go into detail on the server side is because PHP is one of many different server side technologies - you'd need to follow a guide on processing uploaded files with PHP
@@dcode-software Understood. Your solution is amazing. However, it won't work in any browser due to security violation. Instead of hiding the real file input button, you need to give it a name, and use CSS to make it so small it isn't visible... then the file actually gets transferred and information put where back-end can get it.
Hi! Sorry if this sounds like a silly question but I'm trying to make a website that allows a user to customize an object using their uploaded image. (eg a book cover, and you upload your own image and it displays on the cover) I don't really know how to do this though and it seems like I keep googling the wrong thing, please advise and thanks!
maybe you should google how to read uploaded file using js
server side se kaise connect kre
I am on Mac and the code is working but the problem is that when you click chose file I cannot chose a file
Hey, i need to create a real-time chat with this function, but the people on the chat need to download my uploaded file.... can u help me?
hi thank you so much easy explain like difficult language javascript. bu i have a question for you. how can we make turkish characters for trigger name during file upload like this ƏÖÜ
but how i can make upload button like put in to my domain.. and can download it?
My button dosen't work😞😞
but you can't go to another computer and download the file. I don't see anyway to download even on your codepen. I mean its cool but whats the point of showing us how to upload if we can't download it afterwards.
why using 2 buttons then hiding one of them?
now after this how to save it on the DATABASE? LOCALLY. MONGO DATABASE LOCAL. create new folder PATH please!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! please. for BACKEND PROGRAMMING NOOBS help us!!!!!!!
i dont understand .map.call();