WebFileUploader takes much longer to upload then HTML upload and spikes the CPU

3 replies. Last post: March 17, 2011 1:49 AM by Handy Surya
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Mike DearmanMember

I'm using .NET 3.5 with IIS 7 on Windows 7 in integrated pipeline mode.

When I upload using the following properties:

<ISWebTextEditor:WebFileUploader ID="oUpload" runat="server" Caption="Please select a file to upload:" Width="600px" DefaultButtonWidth="120px" UILayout="Panel" AllowAdd="False" InitialFilesCount="1" PostbackMode="FlyPostBack" ProgressLatency="1000" UploadType="BatchUpload" EnableWebResources="Always"> </ISWebTextEditor:WebFileUploader>

 

My CPU spikes to 62% utilized (its a 4 core, 2.6Ghz CPU) during the entire upload.  If it finishes or I cancel the upload, the CPU comes right down.   This is only a 3MB file and uploads in about 5 seconds.  A normal HTML upload to the same page takes 2% CPU and uploads in about 0.2 seconds.

What is the problem?

Mike

 

 

All times are GMT -5. The time now is 7:43 PM.
Previous Next