首页>代码>JQuery和Servlet实现文件上传进度条,能显示上传速度,上传的百分比等>/uploadProgress/src/lc/progress/vo/fileUploadStatus.java
package lc.progress.vo;
public class fileUploadStatus {
private long pBytesRead = 0L;
private long pContentLength = 0L;
private int pItems;
public fileUploadStatus(){
pBytesRead = 0L;
pContentLength = 0L;
}
public long getPBytesRead() {
return pBytesRead;
}
public void setPBytesRead(long bytesRead) {
pBytesRead = bytesRead;
}
public long getPContentLength() {
return pContentLength;
}
public void setPContentLength(long contentLength) {
pContentLength = contentLength;
}
public int getPItems() {
return pItems;
}
public void setPItems(int items) {
pItems = items;
}
}
最近下载更多
tianqisonw LV1
2024年2月1日
wanglun_wl LV10
2024年1月5日
gvin001 LV14
2023年5月16日
hgwnet LV1
2021年12月8日
张骞的账号 LV1
2021年12月7日
vander LV1
2021年7月11日
©~~© LV1
2021年4月22日
oldfox LV19
2020年12月24日
1530688385 LV5
2020年12月18日
sevenLeeWei LV1
2020年11月13日
最近浏览更多
tianqisonw LV1
2024年2月1日
wanglun_wl LV10
2024年1月5日
1024173314 LV1
2023年12月31日
Ji123455 LV8
2023年9月21日
changhui LV1
2023年9月7日
wwswdgyqd LV6
2023年5月25日
gvin001 LV14
2023年5月16日
月光skr LV4
2023年4月16日
微信网友_6166561027215360 LV2
2022年10月8日
我们都是小怪兽 LV3
2022年9月6日

