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
Retrieving EXIF in ASP?
Moderators: helmut, XnTriq, xnview
Re: Retrieving EXIF in ASP?
Currently GFLAx can't retrieve EXIF metadata (only date), and the help file is available here:Anonymous wrote: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
http://www.xnview.com/download/GflAx-Help.chm
Pierre.