Uploading and downloading larger files [SOLVED]

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Uploading and downloading larger files [SOLVED]

Post 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?
Last edited by aceconcepts on Fri Sep 21, 2007 7:20 pm, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Post by aceconcepts »

Thanks for the reply.

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

Thanks.
Post Reply