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.
Managing text files
Moderator: General Moderators
Re: Managing text files
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.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.