Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to use swfupload in asp.net? I want to show file upload progress while uploading files.I am workin in asp.net(C#) 2.0
Posted

1 solution

Here have a look at the documentation. They have this event uploadProgress(file object, bytes complete, total bytes)[^] for providing UI updates on the page.

Samples can be found here: SWFUpload is a JavaScript & Flash Upload Library[^]

There is a jQuery plugin too for the same: SWFUpload jQuery Plugin[^]
 
Share this answer
 
v2

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