Question: Can any one tell me how to show file upload progress bar during upload....??
Thanks in Advance.
Fileupload progress bar display in javascrip help needed....
Moderator: General Moderators
-
masoom_shabab
- Forum Newbie
- Posts: 2
- Joined: Thu Dec 10, 2009 7:13 am
Re: Fileupload progress bar display in javascrip help needed....
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.
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....
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....
at that link check 'View Demo without the patch' can you help me to use that method...??
thanks....