Ask a Question related to ASP Database, Design and Development.
-
Scott #1
Load Testing File Uploads
I am installing a new feature on our application that will allow the user to upload small to medium files from the web. I am using a pure script solution for the upload logic and storing the information in the database.
I am running some load tests for the file upload, and I am getting a high number of 403 (Forbidden) result codes. However, each request seems to complete successfully. The memory and processor utilization is always pretty low, and I am not seeing any queuing or wait times.
Any ideas as to what could be causing the problem?
Scott Guest
-
Web File uploads
While trying to do a simple file upload via a web form, (enctype="multipart/form-data"), I've run into a problem that has me stymied. This is an... -
Specify temp directory and file name for file uploads?
I'm interested in understanding how MX processes file uploads. 1) By default, uploaded files seem to be placed in the... -
File Uploads
Hello You must use <form action="uploadItem.php" method="post" enctype="multipart/form-data"> gerwazy POLAND -
PHP and file uploads
Hi All, Here's one thing that I don't know much about - file uploading. As part of my project, I will have to build a file manager of sorts -... -
Uploads and file owner
"Markus Baertschi" <markus@markus.org> wrote in message news:MPG.19b8540836c6ce579896ec@News.CIS.DFN.DE... ... -
IPT #2
Re: Load Testing File Uploads
Permission setting in destination folder??
"Scott" <Scott@discussions.microsoft.com> wrote in message
news:1F58F0BF-2B07-4869-9920-F98E830D82B5@microsoft.com...to upload small to medium files from the web. I am using a pure script> I am installing a new feature on our application that will allow the user
solution for the upload logic and storing the information in the database.number of 403 (Forbidden) result codes. However, each request seems to>
> I am running some load tests for the file upload, and I am getting a high
complete successfully. The memory and processor utilization is always
pretty low, and I am not seeing any queuing or wait times.>
> Any ideas as to what could be causing the problem?
IPT Guest



Reply With Quote

