Image upload

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I want to write a componant that helps a user upload an image or file.
I want something like you see on yahoo's image upload page. It has to work
on mac and windows. Can anyone help me get started? Is there any sample
code?

Thanks,
Michael
 
Hello Michael,

I guess it's asp.net question. Use HtmlInputFile for this
see the sample there: http://samples.gotdotnet.com/quicks...ref/htmlctrl/HtmlInputFile/doc_inputfile.aspx

M> Hello, I want to write a componant that helps a user upload an image
M> or file. I want something like you see on yahoo's image upload page.
M> It has to work on mac and windows. Can anyone help me get started? Is
M> there any sample
M>
M> code?
M>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Thanks for the input, but that's not what I'm looking for. I need a way to
build an activex component or something. It needs to have some controls in
it for file type and size. Also needs to show a progress bar. I did not say
all that, cuz I just need to know how to get started. I will add all the
functionality later.

Thanks.

Michael
 
Back
Top