I want to develop a site for an artist where all his music and videos etc will be uploaded So that the fans can download them. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I want to develop a site for an artist where all his music and videos etc will be uploaded So that the fans can download them.

but I don't know how to write a code that will be fetching the whole data and how to make it downloadable through it's link, like, is it possible to create a downloadable example file offline and how will i go about it? I can only create a form input file which will just output a box with choose file and it is likely to be from your local drive and after you chose, it cannot be downloaded to any where, pls I need help with a typical example and I will pick it up from there.

26th Dec 2016, 11:06 PM
Cele Prince
Cele Prince - avatar
8 Answers
+ 5
Do you have Php knowledge? or any server sided language? Because if you need to handle file upload, you must do it in part on server side... and you've tagged only "css css3 text-shadow", but no information about which server sided language your are expected for your example ( Typically, would be Php, but technically may be whatever you want ^^ )
27th Dec 2016, 6:54 AM
visph
visph - avatar
+ 2
you need php and mysql to work in backend to upload and store files in database , Start the project and I can healp you in backend and front end
27th Feb 2017, 7:47 AM
Ali A. Habeb
+ 1
You can do it, if you have a web server running on your local machine ( could be in real as virtualized )... Even if you don't have, it's not that complicated ;)
27th Dec 2016, 3:50 PM
visph
visph - avatar
+ 1
i can give php code to upload multiple files like audio abd sa e them in folder if u want
26th Jan 2017, 4:18 AM
Esraa Awad Alhaj Naem
Esraa Awad Alhaj Naem - avatar
0
yes I know of php but not perfect on it like am still learning it
27th Dec 2016, 7:57 AM
Cele Prince
Cele Prince - avatar
0
Is it possible to do an upload and download practical on your local system or must that be done only when the site is hosted online?
27th Dec 2016, 8:02 AM
Cele Prince
Cele Prince - avatar
0
use php its really easy try to find how to do it on youtube there are many tutorials
1st Jan 2017, 4:12 AM
FITPROGRAMMER
0
you need to be having php and mysql knowledge
24th Apr 2017, 5:17 PM
Isse Thomas
Isse Thomas - avatar