Page 1 of 1

Uploading and downloading larger files [SOLVED]

Posted: Fri Sep 21, 2007 10:45 am
by aceconcepts
Hi,

What would be the requirements (hardware and software) for uploading larger files to a server?

Probably sounds a bit weird but I would like to be able to upload files of roughly about 100mb. Now, I have writtena few scripts before that allow users to upload images and small files (no larger than a few mega bytes) but I want to be able to upload much larger files without sitting there for hours until it times out.

Any suggestions?

Posted: Fri Sep 21, 2007 11:42 am
by feyd
There's nothing software wise, unless you count the PHP settings that govern uploads.

The only thing hardware wise is having enough bandwidth and space to store and transmit said files.

Posted: Fri Sep 21, 2007 7:16 pm
by aceconcepts
Thanks for the reply.

I thought I may have been missing something. Anyway, seems straightforward enough.

Thanks.