Uploading files

  • Thread starter Thread starter Charles A. Lackman
  • Start date Start date
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
 
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.)
 
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.
 
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. ;)
 
Back
Top