+ 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.
8 Respuestas
+ 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 ^^ )
+ 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
+ 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 ;)
+ 1
i can give php code to upload multiple files like audio abd sa e them in folder if u want
0
yes I know of php but not perfect on it like am still learning it
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?
0
use php its really easy try to find how to do it on youtube there are many tutorials
0
you need to be having php and mysql knowledge