Re: Webpage Maker | |
In order for people to upload files of any type to your site you would need some server side programming such as ASP or PHP. Put simply... You need a database which will file the uploads, create the relevant links on the required page and call each file as it is requested by your site visitors. Other instyructions can also be used such as automatic checking to make sure the files do not exceed a specified size or that no files of the wrong type are uploaded.
Hope that helped.
|