> >I'd expect the Image to be local as Java has to "open" it to check it's sizes
>
> It's in the same domain.  Do you mean in the local, client hard drive?

On the hard drive

> >Use CFFILE.serverFile to get this
>
> When I upload it and use CFFILE.serverfile, I get a path that can't be plugged into a browser and used, like:
> /afs/glue.umd.edu/department/oit/eis/webhosting/hhp/htdocs/HHPv1/

I wouldn't expect it to be browsable - it's the location of the file
on the hard disk after upload - CF doesn't think "domains", it'll
think in terms of the local hard drive for files and template

> this is the path I should use?

Put it in the

createObject("java","javax.imageio.ImageIO").read(jFileIn)

In place of the "jFileIn"
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to