472,119 Members | 990 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

multi GB file uploads

I've written theh standard applicaiton for our client to allow indexed
(customer name, subject etc) file uploads via secure http using the
<input type='file'http element.
This works great, and has the added benefit over FTP that I can begin
processing the file data stream while the download is in progress.
Yeah.

The client is happy, but now they want to upload multi GB files. The
http request are limitted to something like 2 or 4 GB. I need to
upload 10-100 GB files.

Software Artisans FileUploadEE looks like a great solution with way
more features than I need but it clocks in at a tidy . . . well, you
need to talk to a sales rep to get a price.

My questions to the group:
1. Is the 4GB limit a browser limitation or an IIS/Apache limitation?
2. Does anyone know of any open source or <$100 java applets, or COM
objects that would accomplish what I'm looking for?

Aug 11 '06 #1
4 3418
Can you write some code which breaks the file into chuncks, uploads the chunks, and then reassembles them into a single file on the server?

--
Greg Collins [Microsoft MVP]
Visit Brain Trove ( http://www.BrainTrove.com )
Aug 11 '06 #2
I'd be curious as to whether this free upload package handles those large
files:

http://www.neatupload.com/

Ken

"mcrose" <ma*********@gmail.comwrote in message
news:11**********************@74g2000cwt.googlegro ups.com...
I've written theh standard applicaiton for our client to allow indexed
(customer name, subject etc) file uploads via secure http using the
<input type='file'http element.
This works great, and has the added benefit over FTP that I can begin
processing the file data stream while the download is in progress.
Yeah.

The client is happy, but now they want to upload multi GB files. The
http request are limitted to something like 2 or 4 GB. I need to
upload 10-100 GB files.

Software Artisans FileUploadEE looks like a great solution with way
more features than I need but it clocks in at a tidy . . . well, you
need to talk to a sales rep to get a price.

My questions to the group:
1. Is the 4GB limit a browser limitation or an IIS/Apache limitation?
2. Does anyone know of any open source or <$100 java applets, or COM
objects that would accomplish what I'm looking for?

Aug 11 '06 #3
Ken Cox [Microsoft MVP] wrote:
I'd be curious as to whether this free upload package handles those large
files:

http://www.neatupload.com/
See the following post for a discussion of NeatUpload and files 2GB:

http://www.brettle.com/ForumThreadVi...200&postid=961

--Dean (author of NeatUpload)

Aug 12 '06 #4
Thus wrote mcrose,
I've written theh standard applicaiton for our client to allow indexed
(customer name, subject etc) file uploads via secure http using the
<input type='file'http element.
This works great, and has the added benefit over FTP that I can begin
processing the file data stream while the download is in progress.
Yeah.
The client is happy, but now they want to upload multi GB files. The
http request are limitted to something like 2 or 4 GB. I need to
upload 10-100 GB files.

Software Artisans FileUploadEE looks like a great solution with way
more features than I need but it clocks in at a tidy . . . well, you
need to talk to a sales rep to get a price.

My questions to the group:
1. Is the 4GB limit a browser limitation or an IIS/Apache limitation?
Depends on how a particular server implements file uploads, especially whether
it caches a file completely in memory. A 10 GB upload will blow up any ASP.NET
web app, unless your server has *lots* of memory.
2. Does anyone know of any open source or <$100 java applets, or COM
objects that would accomplish what I'm looking for?
I'd rather consider using Windows Communication Foundation streaming or BITS
for such monstrous uploads.

Cheers,
--
Joerg Jooss
ne********@joergjooss.de
Aug 12 '06 #5

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by kafooey | last post: by
3 posts views Thread by lawrence k | last post: by
4 posts views Thread by yehaimanish | last post: by
6 posts views Thread by Emmanuel Petit | last post: by
6 posts views Thread by Milan Krejci | last post: by
10 posts views Thread by =?ISO-8859-1?B?UOlw6g==?= | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.