This sample demonstrates work of HugeASP upload with progress bar and file size limit.
The usual upload limit is a limit for whole upload. You can define this limit using Form.SizeLimit property. This property has a great performance and security impact - if you set this limit, HugeASP upload will not accept/read any data exceeding this limit.
You can specify more with this sample script - limit per file in a source form. This sample has a limit of 10240kB for whole form size (sum of all files size + size of text fields) and 1024kB per file.
Progress bar for this file (progress-limit.asp) also contains per file limit, so client can see file size validity during upload.
|