B
Bobby Edward
Are there any ASP.NET compatible controls out there that will allow you to
upload large files, up to 2 gb?
Prefer free of course.
upload large files, up to 2 gb?
Prefer free of course.
Eliyahu Goldin said:Out-of-box FileUpload control has no size limit. Limit can be set in
web.config in the httpRuntime element, parameter maxRequestLength. Note,
that allowing 2G can degrade performance and scalability.
Are there any ASP.NET compatible controls out there that will allow you to
upload large files, up to 2 gb?
Prefer free of course.