Classic ASP
How to include an external file in global.asa
Language: Classic ASP Challenge: How to include an external file in global.asa global.asa is an optional file used by just about every Classic ASP site of any complexity. It can contain declarations of objects, variables, and functions used throughout the site. Benefits to global.asa include: Declarations made in global.asa are available in ASP page of…
Read MoreFPDF – Creating A Basic PDF
I recently introduced you to a wonderful piece of software name FPDF. If you have not downloaded and began playing with its capabilities you definitely should. As a Developer we must always be looking for new additions to our toolbox.
Read MoreFPDF
As a developer we are regularly asked to develop pages a little outside of our normal duties. A fair percentage of these requests (at least for me) usually consist of a dynamic pdf. Since turning down a project is never an option, I have acquired a tool in my toolbox to help me with these…
Read MorePersits.Upload.1 (0x800A0005)
LANGUAGE: Classic ASP CHALLENGE: Persits.Upload.1 (0x800A0005) The system cannot find the file specified.
Read More