Dear Greg,
Thanks for the reply.
--
forum member
http://www.visual-basic-data-mining.net/forum
"Cowboy (Gregory A. Beamer) - MVP" <NoSpamMgbworld@comcast.netNoSpamM> wrote
in message news:9F912FE9-78C5-4DE7-86F1-FD32E9D7DD99@microsoft.com...[color=blue]
> When a user uploads a picture, there is a trip to the server (a form is[/color]
sent[color=blue]
> up). Once the graphics file is up, you can display it to the user in the
> page.
>
> 1. If the file is in the web directory tree, simply write out the URL with
> the name of the image.
>
> 2. If not, you can still pull the image up and feed it out to the response
> stream. In most cases, you will create a separate getImage.aspx type of[/color]
page[color=blue]
> and have it just work the images out to the HTTP stream.
>
> If you are asynchronously uploading the image, you will return to the user
> prior to the image coming up and will have to wait before showing the[/color]
image.[color=blue]
> The way you have detailed your app in your post, I do not see this as an
> issue for you.
>
> ---
>
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA
>
> ***************************
> Think Outside the Box!
> ***************************
>
> "http://www.visual-basic-data-mining.net/" wrote:
>[color=green]
> > I have a page where it requires user to upload an image file to the[/color][/color]
server.[color=blue][color=green]
> > For the uploading, i am using HTML imput file control.
> >
> > Is there a way where after the user has selected a picture file, it will
> > show the picture on the page ?
> >
> > Do i need to use java script for that ?
> >
> > TQ in advance for any help.
> >
> > --
> >
> > data mining and .net team
> >
http://www.visual-basic-data-mining.net/forum
> >
> > ************************************************** *******
> >
> >
> >[/color][/color]