I have finished creating file sharing and upload script in php as a part of my PHP learning process and uploaded it on a webserver to test it. I did not take care of the CSS for Internet Explorer so please check it in firefox and give me some useful feedback. Here is the link : http://www.csreference.net/filesharing/index.php The script works 100% but it is not perfect. Design is very simple and has no good footer. Thanks, Let me know if you need the entire PHP script. Thanks in advance.
'The file you attempted to upload is not allowed.' this is the message i got when uploading some random pdf and jpeg files from my computer. But I succeeded uploading two mp3 files, shanaynay' song and m.i.a.'s born free. But it takes some time to upload... i like the site
Thanks very much for testing it. About the error, JPEG format is not supported for now because i did not add it. So only PDF, DOC/DOCX, Torrent and MP3. Also no special characters are accepted in the file name other than ( ) - _ and only single dot is accepted. I don't know if that is natural but i am adding "To avoid SQL injections" to it...lol I have also added the format note on upload page.