Click or drag to resize

BytesPerSec 프로퍼티

초당 업로드되는 데이터 크기를 반환합니다.

형식
syntax
objProgress.BytesPerSec

objProgress

Required. Progress 오브젝트

데이터 형식

Long

설명

초당 업로드되는 데이터 크기를 반환합니다.

예제
ASP
Set Progress = Server.CreateObject("TABSUpload4.Progress")

'폼 페이지에서 전달된 ProgressID를 지정합니다. 
Progress.ID = Request.QueryString("progressid")

Percentage = Progress.Percentage
TransferBytes = Progress.TransferBytes
TotalBytes = Progress.TotalBytes
BytesPerSec = Progress.BytesPerSec