Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
bjk  
#1 Posted : Tuesday, November 8, 2005 9:08:18 PM(UTC)
bjk

Rank: Member

Groups: Member
Joined: 11/8/2005(UTC)
Posts: 1

When using Aurigma Image Uploader (to upload all kinds of files), we experience problems when uploading files, larger than 25 MB. To resolve this problem, we consider using SoftArtisans FileUp, but can we keep using Aurigma Image Uploader in combination with FileUp?

The upload client (Image Uploader) should support "chunked transfer encoding" to make this possible. Are there any plans for Image Uploader to support this transfer protocol?

http://fileup.softartisans.com/fileup-246.aspx

Reading in the entire contents of a request to memory is the default behavior of ASP.NET. This makes it impossible to upload very large files without causing problems. SoftArtisans FileUp solves this problem by providing an httpModule which can strip out the files from the upload and cache them to disk before ASP.NET has a chance to read in the request. They then reformat the request and pass it on with the binary data removed, into the .NET application where it is read and processed. The result is that the request .NET sees is only a few kb in size at most, and no memory problems will occur.
Alex Makhov  
#2 Posted : Wednesday, November 9, 2005 11:50:58 AM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

We are not planning to chunked transfer encoding at the nearest time.
Now there is a FilesPerOnePackageCount property which enables users to upload files one by one. It partially helps to avoid the problems of large uploads (much more than 25 MB).

Edited by user Sunday, February 17, 2008 4:10:57 PM(UTC)  | Reason: Not specified

Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.