Image preview

Hey!

I have a question regarding an image upload and preview.

I know how to upload an image (with File,

is there a better way?)

but now I need for a person to state a path of an image

and then display it ,as a preview.

Since i don't wanna save it on the server (since it's just a preview

,it wasn't chosen) i couldn't think of a way to do it..

Any idea?

Sorry for the english,i hope i made myself clear..

[469 byte] By [batelsa] at [2007-11-27 2:44:17]
# 1
Just keep the byte[] which is retrieved from the download in a reference variable. Once preview is confirmed and should be saved, write the byte[] to file.
BalusCa at 2007-7-12 3:10:47 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...