Image upload

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
 
M

Michael Nemtsev

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top