Retrieving EXIF in ASP?
Posted: Wed Apr 06, 2005 6:12 pm
Can I retrieve EXIF info using ASP? Can you post an example?
I've tried:
Set oGflAx = server.createobject("GflAx.GflAx")
cEXIF = oGflAx.GetEXIF
response.write(cEXIF)
But this does not seem to work.
BTW, is there any doc for the ASP COMM? I found some on this site but I presume it's incomplete:
http://www.cwm.ca/supportcomp/GflAx_Fr.html
I've tried:
Set oGflAx = server.createobject("GflAx.GflAx")
cEXIF = oGflAx.GetEXIF
response.write(cEXIF)
But this does not seem to work.
BTW, is there any doc for the ASP COMM? I found some on this site but I presume it's incomplete:
http://www.cwm.ca/supportcomp/GflAx_Fr.html