Developping an online music store

Posted by Simon on Stack Overflow See other posts from Stack Overflow or by Simon
Published on 2010-04-28T18:23:15Z Indexed on 2010/04/28 18:27 UTC
Read the original article Hit count: 244

Filed under:
|
|

We need to develop an application to sell music online. No need to specify that all will be done quite legally and in so doing, we have to plan an interface to pay artists. However, we are confronted with a question: What is the best way to store music on the server? Should we save it on server's disk from a HTTP fileupload? Should we save via FTP or would it be wiser to save it in the database? No need to say that we need it to be the most safiest as possible. So maybe an https is required here. But, we what you think is the best way? Maybe other idea? Because in all HTTP case, upload songs (for administration) is quite long and boring, but easly linkable to a song that admin create in his web application comparativly to an FTP application to upload song on server and then list directory in admin part to link the correct uploaded song to the song informations in database.

I know that its maybe not quite clear, it's because i'm french but tell me and I will try to explain part that you don't understand.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about ftp