Steve,
The path change worked in serving the jpeg, I just thought I could use the same 
path form as the includes I use all the time.  Now I'm back to the original 
problem with serving the fdf. I believe I need to clear the response buffer 
before I include the fdf, but if I try Aparajita's suggestion:

SET BLOB SIZE($fusebox{"layout"};0)

I get a syntax error, and trying clear collection($fusebox{"layout"}) I get an 
error saying 'Expecting a numeric expression', both of which I've checked and 
rechecked.

It seems like this shouldn't be so hard, but it's proving elusive.

By the way, thanks for everybody's help, it makes banging my head against the 
wall worthwhile.

Again, any thoughts greatly appreciated,
Mike


> 
> If the document is in the same folder as your script:
> 
> C_Blob($fdf_blob)
> document to blob(directory of(current path) +"school1.jpg";$fdf_blob)
> 
> may get your document
> 
> Steve
> 
> 
> > write blob($fdf_blob;"image/jpeg")
> >
> 
> _______________________________________________
> Active4D-dev mailing list
> [email protected]
> http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
> Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to