👉

Did you like how we did? Rate your experience!

Rated 4.5 out of 5 stars by our customers 561

Award-winning PDF software

review-platform review-platform review-platform review-platform review-platform

Video instructions and help with filling out and completing Form 8815 Filers

Instructions and Help about Form 8815 Filers

Already houses welcome back and in this video I am going to show you guys how to handle file uploads so what I want to do is instead of making the user go through the entire Internet and find the proper album logo cover picture and then copy the URL and paste it in what I want to do is I just want to have them click a button browser computer for the image and upload it to our server pretty much how you add any image to a website like you're just like uploading a picture to Facebook or whatever so before you get started what I want you guys to do is go in your admin panel and delete all of your albums and also all your songs and the reason for that is because we're actually going to change the entire structure of our database so we're only going to be making a minor change but if all the old albums have this and all the new ones have a file field then it's going to be confusing so just go ahead and delete all your albums and you'll be good so after that instead of this field being a character field which essentially just means text what you need to make it is a file field pretty cool so now that we actually change the structure of our database we need to pop open terminal and you remember the two commands that you use that's Python manage that py make migrations music and Python manage that py migrate there you go now I actually have these changes already but if you don't then go ahead and make them in restart your server and the reason that I have those already is because I was actually filming...