NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: bramkip on August 04, 2009, 01:50:57 PM

Title: File Upload With Progress Bar
Post by: bramkip on August 04, 2009, 01:50:57 PM
Hi,

I'm using the NTWS Upload button, and want to implement a progress bar.
Or is it better to use a JavaScript for uploading files?
I saw a nice Upload script on http://www.radinks.com/downloads/upload.php
but doesn't know how to implement this in my NTWS app.

Can anyone help me with this?

Thanks.

Best regards,
Bram Kip

Title: Re: File Upload With Progress Bar
Post by: Bruce on August 04, 2009, 10:48:49 PM
That example uses Java (not JavaScript) so is probably not an ideal way to go.
(at least their online demo does.)

Cheers
Bruce
Title: Re: File Upload With Progress Bar
Post by: bramkip on August 04, 2009, 11:38:31 PM
Hi Bruce,

Indeed I see now that's no JavaScript. I saw another Progress bar on:
http://www.dhtmlgoodies.com/index.html?whichScript=progress_bar

Can you tell me where (in which embeds) to put the code in?

Thanks

Bram
Title: Re: File Upload With Progress Bar
Post by: Bruce on August 05, 2009, 06:51:26 AM
that's a progress bar, yes, but it's not linked to the file upload. Uploading the file without submitting the page is the important bit because the common browser upload button works on a submit. And there's no way to update, or indeed even determine the boundaries of, the progress bar while that's happening.

Cheers
Bruce