我正在使用jquery上传我想要获得进度长度的文件我们在Chrome浏览器或其他浏览器的底部获得默认进度所以我希望使用jquery或ajax获得进度并在上传文件时显示。
这是我的代码
<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>
我只上传了视频
此致
答案 0 :(得分:0)
我认为此链接可以帮助您
答案 1 :(得分:0)
您可以使用jQuery表单插件解决此问题。你也可以看到这个链接。我想这会对你有所帮助。
File upload progress bar with jQuery
这里有一个工作演示Working Demo