0

I am uploading files I want to get progress length using jquery we are getting default progress in bottom in chrome browser or other browsers so I want get that progress using jquery or ajax and display that when uploading files.

here's my code

<form>
 <textarea name="comment" id="comment" cols="45" rows="2" style="width: 83%;margin-left: 12px;"></textarea>
  </br>
  <input type="file" name="fileField" id="fileField" value="Browse" style="margin-left: -224px;">
</form>

I AM UPLOADING VIDEO ONLY

Regards

user3396954
  • 55
  • 1
  • 6
  • Possible duplicate of http://stackoverflow.com/questions/4856917/jquery-upload-progress-and-ajax-file-upload – cbalos Feb 03 '15 at 06:01

2 Answers2

1

I think this link will help you out

Ajax Image Upload with Progressbar Code

Demo Here

Community
  • 1
  • 1
Moeed Farooqui
  • 3,456
  • 1
  • 15
  • 21
0

You can solve this using jQuery form plugin. You can also see this link bellow. I guess this will be helpful for you.

File upload progress bar with jQuery

a working demo is here Working Demo

Community
  • 1
  • 1
codeKitShagor
  • 81
  • 1
  • 8