Re: Displaying status during a long File Upload
From: Cor (non_at_non.com)
Date: 03/19/04
- Next message: PaulT: "How to use witeconsole in VB.NET?"
- Previous message: Wynter: "Displaying status during a long File Upload"
- In reply to: Wynter: "Displaying status during a long File Upload"
- Next in thread: Terence Evans: "Re: Displaying status during a long File Upload"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 19 Mar 2004 17:12:54 +0100
Hi Wynter,
As I understand you well is the way that you use ASP.NET the the way as
mostly been is talked about in this newsgroup.
Aspnet
<news://msnews.microsoft.com/microsoft.public.dotnet.framework.aspnet>
Web interface:
<http://communities2.microsoft.com/communities/newsgroups/en-us/?dg=microsof
t.public.dotnet.framework.aspnet>
But maybe you get an answer also in this newsgroup.
Cor
"Wynter" <john.k.jones@titan.com> schreef in bericht
news:6B7809F1-D19C-4738-877B-CEC6955052D7@microsoft.com...
> I am relatively new to ASP.NET, but I have a question concerning my File
Upload process. The ASPX code simply builds a form and has an ONSERVERCLICK
subroutine attached to the submit button in the form. The submit subroutine
processes a PostedFile.Saveas to place the file within a directory on the
server.
>
> My problem is that during long file uploads I'd like to be able to display
a status message on the page while the process is running. Just a simple
"Uploading File... Please Wait" would be sufficient for my purposes. But
since everything is going on within the server's subroutine whatever labels
I set don't get rendered until the process is completed and returned back to
the form once more.
>
> Is there a way to simply display a message on the page when they have
clicked on the submit button? In ASP Classic this wasn't an issue. But I
beleive that ASP.NET is complicating the process here.
>
> Thanks!
> Wynter
- Next message: PaulT: "How to use witeconsole in VB.NET?"
- Previous message: Wynter: "Displaying status during a long File Upload"
- In reply to: Wynter: "Displaying status during a long File Upload"
- Next in thread: Terence Evans: "Re: Displaying status during a long File Upload"
- Messages sorted by: [ date ] [ thread ]