hey people
i am developing a web application for my college proj. i have no idea of how to implement the uploading and downloading section of my proj.
the requirements state that i have a table( microsoft sql server 2000) called Track which should hold the track that has been uploaded, the name of the track, the content type ( as the users are not allowed to upload .exe files), size of the file, and the username of the owner ( artist) who has uploaded the track.
i am to implement a simple interface where the user can select a file(song) and upload it to the specified db. and later any registered user can download this track and play it with the help of an embedded player ( saving option is disabled).
i require the code to implement this so if any one of you can help me out it would be great!