I can't get round this because it's a local government thing, but I've done a CMS for a school (in ASP classic) that allows them to upload gifs, jpgs, pdfs and docs to their site for the usual CMS stuff. Works fine on my host as I use ASPupload and I have one FTP location for my
Our web application is layered broadly as follows: - Classic ASP pages: accept HTTP requests, forward them on to the Web App COM+ components and output the response. - Web App COM+ components: processes requests forwarded onto them by ASP
I am trying to use a stringDictionary on a web page that gets populated by clicking buttons on a page. Each time a button is clicked the Dictionary is cleared and the previous enteries entered into the dictionary are gone.