|
|
 |
RE: FN-FORUM: Upload script
date posted 13th January 2005 22:01
Am I missing something, or is that not actually showing the progress of
copying the file from its temporary location to the permanent location
after the file is already uploaded? As I understand it (at least in
other languages) the file is uploaded as part of the http request and
your script won't even be called until that is complete. Would be easy
enough to test with a decent sized upload on a slow link, as if I am
right the page won't load in order to show the progress bar for a
significant period of time...? Maybe .NET/IIS behaves differently and
calls the script before the upload completes but like I say that is not
what I have seen in other languages and the answers I have seen
previously have always been "only with a java applet". Maybe I am
behind the times...
Dai
TechnologyAngel
http://www.technologyangel.co.uk/
> -----Original Message-----
> From: John Kyle [EMAIL REMOVED]
> Sent: 13 January 2005 21:36
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: Re: FN-FORUM: Upload script
>
>
>
> Exactly what I was looking for - thanks for that
>
> Best Regards
>
> John
>
> ----- Original Message -----
> From: "Darren Seamark" [EMAIL REMOVED]
> To: [EMAIL REMOVED]
> Sent: Thursday, January 13, 2005 9:05 PM
> Subject: RE: FN-FORUM: Upload script
>
>
> >
> > Any use?
> >
> > http://www.codeproject.com/aspnet/FileUploadProgressBar.asp
> >
> >
> >
> >
> > -----Original Message-----
> > From: [EMAIL REMOVED] [EMAIL REMOVED] On
> Behalf Of John
> Kyle
> > Sent: 13 January 2005 21:00
> > To: FN-FORUM / [EMAIL REMOVED]
> > Subject: FN-FORUM: Upload script
> >
> >
> > Does anybody know of a script I can use to tell a user how
> much of the
> file
> > they are uploading has been transferred. I know someone
> told me that
> > there wa a script in Perl that could do this but I am using
> ASP.NET /
> > C# and was wondering if anyone has any idea how I could do
> this. It is
> > basically to stop a blank screen when uploading large files. I have
> > used a graphic pop
> up
> > box telling the user that the file is uploading but it would be more
> elegant
> > if I could actually tell them something about their upload
> speed and
> > how much has been completed etc.
> >
> >
> >
> >
> > --
> > Freelancers, contractors earn more with Prosperity4
> > Call 0870 870 4414 or visit www.prosperity4.com
> > and benefit from Inland Revenue approved expenses today.
> >
> > To advertise here: http://www.freelancers.net/advertising.html
> >
> >
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|