Uploading files

C

Charles A. Lackman

Hello,

I have a web site that allow visitors to upload files to my server using
HTMLInputFile.

Is there a way to make a file dialogbox appear during the upload like the
one that appears when you download a file??

Thanks

Chuck
 
L

Lau Lei Cheong

Yes. By using(and buying) those 3rd party components.

Unluckily, because of the nature of how ASP.NET handles request stream,
you're likely to have to write the part in other web technologies. (e.g.:
ASP, JSP, PHP, Perl, etc.)
 
K

Kevin Spencer

Yes. By using(and buying) those 3rd party components.

Odd. I would have started with "by writing" (or using or buying) an ActiveX
Control, Java Applet, or .Net Windows Form control for a browser that does
this. Of course, I am making an assumption that the person asking the
question is a programmer, but I feel somewhat safe in that assumption, as
this is a programmer's newsgroup.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
L

Lau Lei Cheong

Partially agreed.

But remember this is a newsgroup for mainly web programmers, and considering
I myself do not have the ability to develop some kind of those things(i.e.
ISAPI filters), and I think it's troublesome to have the remaining ways
digitial signed(i.e.: applets or whatever client-side control), my first
thought automatically wipe this option out. ;)
 

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