Well I know how to upload image (.gif, .jpg, etc) resized, resample, add link to database fetch link and display images on webpage.
But now I need to be able to upload documents on server, add link in the database and be able to display those documents on the web, so is there any special requirements for that, specific mime type to be able to upload, and when you retrieve is it possible to either show a link that will open the document in the browser and/or open the download dialog box?
Any basic script that I can modify to my needs would be greatly appreciated.