Page 1 of 1
Fileupload progress bar display in javascrip help needed....
Posted: Thu Dec 10, 2009 7:17 am
by masoom_shabab
Question: Can any one tell me how to show file upload progress bar during upload....??
Thanks in Advance.
Re: Fileupload progress bar display in javascrip help needed....
Posted: Thu Dec 10, 2009 12:12 pm
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.
Re: Fileupload progress bar display in javascrip help needed....
Posted: Thu Dec 10, 2009 11:00 pm
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....