Click to See Complete Forum and Search --> : Uploading help


dsilwal
12-26-2005, 07:29 AM
Hey i am looking for a script where guest can upload mp3 songs but admin have to activate to let the mp3 to be stored in the server.

EDIT: I am so sorry if i have posted this in wrong board :( and i am also sorry if my english is bad :(

Thanks!

Breaker
12-27-2005, 02:47 PM
There are several ways of allowing the client to upload a file to a server, but the script you're talking about would involve inserting the uploaded files details into a database flagged for the admin's attention, who would then be required to approve or dismiss the file before granting the permissions for it to be seen be the general populance. I actually built something vaguely the same recently and although it's not particularly difficult I wouldn't advise you try it if you haven't any experience with ASP and DBs.

Although if anyone else has heard of something which allows you to do this, please let me know so I can save myself the work next time ;)

NogDog
12-27-2005, 04:53 PM
First thing to do is to determine what server-side technologies your web host provides. You will need some sort of server-side programming capability such as is provided by ASP, PHP, Perl (CGI), etc.; and also what database system it supports, such as MySQL or MSSQL. Once you know that, you can search various open-source sites such as www.sourceforge.net to see if there is a suitable script you could install which would be supported by your web host.

dsilwal
12-28-2005, 07:52 AM
There are several ways of allowing the client to upload a file to a server, but the script you're talking about would involve inserting the uploaded files details into a database flagged for the admin's attention, who would then be required to approve or dismiss the file before granting the permissions for it to be seen be the general populance. I actually built something vaguely the same recently and although it's not particularly difficult I wouldn't advise you try it if you haven't any experience with ASP and DBs.

Although if anyone else has heard of something which allows you to do this, please let me know so I can save myself the work next time ;)
yes this is the exact thing i am looking for. hey Breaker bro if u have it plz can i share it? thanks man..otherwise if anyone has the script plz let me know. I m good in ASP and DBs so don't worry those those. :D