Page 1 of 1
Managing text files
Posted: Wed Aug 10, 2011 5:44 am
by oldcelt
Does any one have a suggestion for enabling a web manager to upload a newsletter to their site; display the contents in a web page and provide an option for any user to download a copy of the file?
Had a bit of a search but couldn't find anything relevant.
Re: Managing text files
Posted: Wed Aug 10, 2011 2:38 pm
by califdon
oldcelt wrote:Does any one have a suggestion for enabling a web manager to upload a newsletter to their site; display the contents in a web page and provide an option for any user to download a copy of the file?
Had a bit of a search but couldn't find anything relevant.
Well, you can write such an application, it's not a particularly difficult task, but it involves
authenticating the "web manager" when they login, using
file uploading logic, and some approach to displaying the list of available files for download, for the other users. If you search for those terms in Google, you'll surely find many scripts or discussions of such code.