Fileupload progress bar display in javascrip help needed....

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
masoom_shabab
Forum Newbie
Posts: 2
Joined: Thu Dec 10, 2009 7:13 am

Fileupload progress bar display in javascrip help needed....

Post by masoom_shabab »

Question: Can any one tell me how to show file upload progress bar during upload....??

Thanks in Advance.
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: Fileupload progress bar display in javascrip help needed....

Post by kaszu »

Javascript doesn't support it yet for <input type="file" />
You can show progress bar if you are uploading several files (changes 'progress' after each file is uploaded). Search for "ajax file uploader".

You can show progress of single file upload with Flash, but not JS.
masoom_shabab
Forum Newbie
Posts: 2
Joined: Thu Dec 10, 2009 7:13 am

Re: Fileupload progress bar display in javascrip help needed....

Post by masoom_shabab »

Thanks kaszu for urgent reply, but i want to know, if it can be shown using ajax? or can anyother way, as i search for that, i get a solution of uploadprogress_bar_meter Check here, but i cant use that, i dont know how to use patch of php, and extension, can you help me out for that??

at that link check 'View Demo without the patch' can you help me to use that method...??

thanks....
Post Reply