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

Notification

Icon
Error

Options
Go to last post Go to first unread
scarabee  
#1 Posted : Wednesday, January 17, 2007 5:11:36 PM(UTC)
scarabee

Rank: Member

Groups: Member
Joined: 7/10/2006(UTC)
Posts: 18

Hello

What do you think is the best server side programming language for handling uploads?

I know that PHP uploads all files to memory before it writes it to the temporary folder, any language which dont do this?

Anyone have experience with other languages and large files?

I need to upload very large files so I would like to find out whats the best way to do this on the server side?

Alex Makhov  
#2 Posted : Thursday, January 18, 2007 12:32:16 PM(UTC)
Alex Makhov

Rank: Advanced Member

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

Hello,

The most of the current upload processing mechanisms save uploaded files to the temporary files on disk so there does not have to be any memory problems (leaks, huge commits). While testing upload script written on PHP we saw the files are saved to the disk too, so PHP is good enough for upload file processing.

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.