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

Notification

Icon
Error

Options
Go to last post Go to first unread
sunbomb  
#1 Posted : Thursday, December 15, 2005 12:55:40 AM(UTC)
sunbomb

Rank: Member

Groups: Member
Joined: 9/15/2005(UTC)
Posts: 21

Hi,
This is a combination of a wish and a question. Our users are looking to upload files of sizes ranging between 1MB and 1GB. We use ColdFusion on Windows servers. If even two users concurrently use the ImageUploader tool and upload files of a GB each, this might bring the system to its knees. This is because the file upload procedure in ColdFusion reads the entire file into memory and then writes it on disk. Are there any methods to cut up large files into much smaller bits and transfer them to the server? Then at the server-side, they would be assembled together and the upload would be processed as before.

We already use the separate upload mode. It does help if you are transferring a large number of smaller files. We use the Java applet, by the way.

Any ideas?

Thanks
Fedor  
#2 Posted : Thursday, December 15, 2005 1:01:11 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Hello,

It is good idea. We can implement it as a custom feature. Please contact us at sales@aurigma.com for more info.
Best regards,
Fedor Skvortsov
sunbomb  
#3 Posted : Thursday, December 15, 2005 1:06:21 AM(UTC)
sunbomb

Rank: Member

Groups: Member
Joined: 9/15/2005(UTC)
Posts: 21

Fedor,
A question, though: would this also involve additional work on the server side for ColdFusion? I mean, if you do implement a custom feature, would this just be on the applet side or do we have to figure out how ColdFusion sees the incoming bunch of sliced binary data? Forgive my ignorance in the matter.
Alex Makhov  
#4 Posted : Friday, December 23, 2005 2:00:59 PM(UTC)
Alex Makhov

Rank: Advanced Member

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

Hello,

would this also involve additional work on the server side for ColdFusion?

Yes of course. You will have to change your server code to assemble file parts from different upload requests.
Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
Users browsing this topic
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.