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.
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.
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.
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).