Now I am interested to provide a blogging service from my site and testing of it. I would like to allow users to upload only html, css, js, jpg, png, ico, gif, zip, pdf and mp3 files but I would not like to limit on size to upload.
Now I am testing my site on localhost but I did not get any reliable php script to upload file, somewhere it seems as if PHP doesn't allow to upload .ico image, .mp3 file and something loaded zip file as well.
I would not like to allow users to upload other extensions than specified ones but whatever they must be able to upload after making zip. Please help me..
I will thank you very much..