HTML mp3 upload script improvements

Asked By 10 points N/A Posted on -
qa-featured

My friend asked me to ask this question here. He said he just finished doing an html mp3 upload script and he wants to get some suggestions on making it more secure and free from bugs too. He is just learning to do scripting and hopefully you guys could help me as well as you helped me.

SHARE
Answered By 0 points N/A #163731

HTML mp3 upload script improvements

qa-featured

 

Here are few tip and I hope they would help him:

* The user could upload invalid format so the file type should be checked and appropriate message should be displayed to the user in case he uploaded a wrong file.

* If there are restrictions on the file size the user should be notified before uploading.

* Copyrights should be considered.

* The file name should be checked to avoid conflicting names.

 

Related Questions