Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

In my website, i want to upload file with progress bar.
Can anyone help me?

I don't want to use swf file for that and it should work on IE 7/ 8
Posted
Updated 14-Jul-14 20:14pm
v2

What about Googling for[^].
 
Share this answer
 
Comments
[no name] 14-Jul-14 8:20am    
I have tried example with jquery but it does not work with IE 7/ 8 .
And website will be viewed by IE 7 /8 also
I've read in the comments you need it to be used also in IE 7/8. You can try AsyncFileUpload Control[^] , although you must forget about having a progress bar i believe. What i've done in the past is detecting the browser capabilities and show a html5/jquery version or an Asyncupload.

You've got another option,and it's using Flash.
 
Share this answer
 
Comments
[no name] 15-Jul-14 3:08am    
Thank you for reply.
But in given link, they have given note-
Note: This control will only work with .NET 3.5 or higher version.

And i am using .NET 2.0

for flash option, user should have flash installed in PC na?
then that option wont be useful.

What to do?
Pikoh 15-Jul-14 3:48am    
Well,i don't know anything that fits your requirements. I think the only scripts i found to show progress bar in ie 7+ are in php,for example this

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900