Upload File Example

  • Thread starter Thread starter Steve Bishop
  • Start date Start date
S

Steve Bishop

I want to be able to design an online file upload portal for the Web. Is
there any popular .Net examples of this? Help apprecaited. Thanks.

Steve
 
I've created an upload page and have set/limited the upload size to 10 meg. via the web.config file. While I can't upload a file larger then 10 meg., I can't trap the fact that the user attempt to do that. If I try to upload a file > 10 meg., I'm not able to trap/handle the event. I would like to display a message. Right now, the window flashes. It doesn't even go back to the codebehind page

Thanks
 
Back
Top