views:

16

answers:

2

I have a upload page done with classic asp and I want a progressbar. Could be with jquery, ajax?

Does anyone know where I can find a solution, thanks.

A: 

You cannot upload files using AJAX nor report the progress with javascript. There's a jquery upload plugin which supports this functionality and uses Flash behind the scenes to perform the upload and progress report.

Darin Dimitrov
Yes I have seen that one and it looks great, but that is with a php page aswell, and my server dont have support for php, and I dont know php programing. And it also use flash, and if I can I dont want to use that.
Claes Gustavsson
A: 

Try looking at http://valums.com/ajax-upload/ It doesn't use flash (it is all based on DOM and javascript) and the upload script part can be adapted to any language (classic asp as well).

pinkfloydx33
Thanks, yes it looks good, but I dont know if I will be able to seperate the progress part of it and adopt it to my upload script, since I dont want to change my uploading part, just get a progressbar to it.
Claes Gustavsson