Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does File Upload use much server memory?

file memory server upload
0
10 Posted

Does File Upload use much server memory?

0
10

PowerWEB File Upload was designed to use very little server memory during a file upload operation. Typical HTTP file uploads using ASP.NET require the entire file get loaded into server memory before the page cycle is started. By default, File Upload is configured to stream files directly to disk, using only a small 50K memory buffer during the upload. However, if you choose to stream files to memory you can configure File Upload to do so. Using this method, you can periodically place uploaded bytes onto an open stream, effectively uploading file data from a client browser directly to a destination Stream object.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123