What is the best way to implement a big (1GB or more) file uploader website in PHP or Java?

Posted by Cory on Stack Overflow See other posts from Stack Overflow or by Cory
Published on 2010-03-23T04:42:08Z Indexed on 2010/03/23 5:11 UTC
Read the original article Hit count: 274

Filed under:
|
|
|

What is the best way to implement a big (1GB or more) file uploader website in PHP or Java? Using the default way of uploading in PHP or Java results in running out of RAM space and slowing the website very dramatically.

© Stack Overflow or respective owner

Related posts about php

Related posts about java