Loading a jpeg/bmp from a client

  • Thread starter Thread starter Jax
  • Start date Start date
J

Jax

I'm not that good or learned when it comes to asp.net but
from what i understand ASP.NET is purely server side
processing.
Does this mean that to load an image from a clients
machine i will need to use scripting of some kind?

Any advice would be greatly appreciated and result in a
positive response from me (kudos)

jax
 
Yes. If you want to do anything on the client side you will need script.

-Rob Teixeira [MVP]
 
Many thanks for the reply, i do appreciate responses very
much. :)
It's wierd because i've found examples that show that you
can do this with certain control (either a HTML File
control or a Active X File Upload control) and neither
example has talked about the need of scripting.
It this correct?

jax
 
Either control you mentioned allows you to send a file from the client
machine to the server.
If that's what you want to do, then you don't need anything extra.
However, from my reading of your post, I was under the impression you wanted
to load a picture to the client browser.

-Rob Teixeira [MVP]
 
I do apologise, the example that eventually worked did use
scripting but scripting in C# (which i wasn't aware was
possible).
I shall now just crawl back under my rock of ignorence. :)

jax
 
Back
Top